domain icon indicating copy to clipboard operation
domain copied to clipboard

A DNS library for Rust

Results 5 domain issues
Sort by recently updated
recently updated
newest added

Is there a way to query DNS records directly without futures? Just want to directly look up the CNAME , A, AAAA, etc for a host so I can trace...

get list of windows adapters: `netsh interface show interface` Which will show the name under the "Interface Name" column (shown here in bold): `Admin State State Type Interface Name -------------------------------------------------------------------------...

The resolver configuration is currently read only from `/etc/resolv.conf` which won’t work on Windows. Since I don’t have access to a Windows machine, some help is necessary.

enhancement
resolver

Compressed domain names can have infinite loops. The easiest way to avoid hanging on them is to add a counter and stop decompression at around 10,000 steps or so.

When comparing domain names for deciding whether to compress the rest of the name or not, the case of ASCII letters in the name must be considered in order for...