dns icon indicating copy to clipboard operation
dns copied to clipboard

[Feature Request] `UdpRequestResolver` without any fallback

Open GF-Huang opened this issue 3 years ago • 0 comments

Sometime we don't need auto fallback in UDP query, just simple respond the Truncated response. Now, if we don't set the fallback, it will always throw an exception by NullRequestResolver.

https://github.com/kapetan/dns/blob/8094ac53131bfee743fc5d37bbdd6a54e94f8b1a/DNS/Client/RequestResolver/UdpRequestResolver.cs#L42-L44

https://github.com/kapetan/dns/blob/8094ac53131bfee743fc5d37bbdd6a54e94f8b1a/DNS/Client/RequestResolver/NullRequestResolver.cs#L6-L10

GF-Huang avatar May 11 '22 00:05 GF-Huang