dnspython icon indicating copy to clipboard operation
dnspython copied to clipboard

a powerful DNS toolkit for python

Results 23 dnspython issues
Sort by recently updated
recently updated
newest added

**dnspython Version:** 2.7.0 **Platform:** Microsoft Windows 11 24H2 **Python Version:** 3.11.2 ## Summary When using the default resolver (`dns.resolver.resolve()` or `dns.resolver.Resolver()`) on Windows, `dnspython` appears to gather DNS server configurations...

Enhancement Request

I am working on connection reuse in dns_exporter. I want to open a socket to, say, a DoT server and use it for many lookups without having to do the...

Enhancement Request

**Describe the bug** On macOS Tahoe `/etc/resolv.conf` is not populated with dns server information anymore: ```sh > cat /etc/resolv.conf # # macOS Notice # # This file is not consulted...

Cannot Reproduce