DnsClient.NET
DnsClient.NET copied to clipboard
DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
For example: ```cs var bytes = new DnsQuestion().ToArray(); ```
I want to use DnsClient to obtain HTTPS records. Unfortunately not supported yet, and also just a draft standard - https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/00/?include_text=1 - I definitley don´t want to blame you for...
both require a means for authentication in addition to an IPEndpoint. My preference is a server name. Thanks, Joachim
It appears that the DNS search suffix in the resolv.conf file isn't being appended to the hostname during query. I can see that the source code has a parser for...
### Discussed in https://github.com/MichaCo/DnsClient.NET/discussions/139 Originally posted by **jhoffmeister** December 3, 2021 Hi, I'm missing a response time in the DNSQueryResponse, I can see that the Audittrail has a response time....
How can I use edns-client-subnet?
I might be entirely wrong... but is there a way to parse a raw zone/bind file? I haven't been able to find a simple way to parse zone files into...
If a user has multiple DNS servers and one of those servers in inaccessible, they shouldn't have to wait for the down server to fail before trying the next one....
Is there an option to parse a provided packet manually like DNS library can do ? ```cs var r = Response.FromArray(array); ``` https://github.com/kapetan/dns/blob/master/DNS/Protocol/Response.cs#L29
*All this is subject to change/work in progress* - [x] Options/Settings API rework - [x] First version of the changes (https://github.com/MichaCo/DnsClient.NET/commit/6f2d9482c242f5c1f598d1ae2d1d3be44531713c) - [x] Finalize - [x] Rework "by server" query...