dns icon indicating copy to clipboard operation
dns copied to clipboard

A DNS library written in C#

Results 21 dns issues
Sort by recently updated
recently updated
newest added

…don't support underline (now without the backup commit ... )

Hi I recently came to some issues with letsencrypt where they expect some response from a CAA query, the result letsencrypt gets is `[query timed out looking up CAA for...

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`....

How can I use edns-client-subnet?

My actual project has many rules and boring bits that just distract. I'm going to simplify what I am trying to do to an absurd amount - just understand that...

#### Description The RecordType enum inside DNS.Protocol namespace is missing some record types. as you can see in the screenshot below the value is 65 however there is no RecordType...

Hey, Any idea how to implement some cache on the DNS server part? Thank you PS: awesome library

I am unable to make requests for the root servers. This is what I do in nslookup (on Windows): ``` text > nslookup - 8.8.8.8 Default Server: google-public-dns-a.google.com Address: 8.8.8.8...

Hi, very nice project! I ran into the following behavior: `Request.FromArray(udpPacket.PayloadData)` throws an exception for the following payload ``` [0]: 0x71 [1]: 0x2e [2]: 0x28 [3]: 0x00 [4]: 0x00 [5]:...

Thank you for this very nice library! While working with the library I discovered the following bug. If you try parsing from a byte array a DNS response containing CNAME...