net-dns icon indicating copy to clipboard operation
net-dns copied to clipboard

DNS data model and Name Server with serializer for the wire and master file format

Results 9 net-dns issues
Sort by recently updated
recently updated
newest added

Since development has ended here I have continued the project at: https://github.com/jdomnitz/net-dns NuGet Packages will continue to be published to: Makaretu.Dns.New This includes new features, bug fixes and modern framework...

This should likely check the UTF-8 encoded version of the string or something similar, not the default C# representation of string. Which is, at least on windows, a UTF-16 encoded...

Hi @richardschneider , thank you for the repo! When I update the simplebase to latest version of 3.0.2 I am getting below error: Error MT2101: Can't resolve the reference 'System.Byte[]...

Make the NameServer security aware; see https://tools.ietf.org/html/rfc4035#section-3.1

[Wildcard queries](https://tools.ietf.org/html/rfc1034#section-4.3.3) are not supported. Also #28 does not allow "*" in a domain name.

See [wikipedia](https://en.wikipedia.org/wiki/Internationalized_domain_name) and [ICANN](https://www.icann.org/resources/pages/idn-2012-02-25-en)

See https://tools.ietf.org/html/rfc4398

The following unecrypted Message (in base-64) can not be decoded. It came from cloudflare using DNS over TLS (DOT). ``` EjSBgAABAAEAAAAABGlwZnMCaW8AABAAAcAMABAAAQAAADwAPTxkbnNsaW5rPS9pcGZzL1FtWU5RSm9LR05IVHBQeENCUGg5S2tEcGFFeGdkMmR1TWEzYUY2eXRNcEhkYW8= ```