Bob Halley

Results 105 comments of Bob Halley

Re DNS HTTPS records, dnspython has good support for them, but dnspython also uses httpx (and thus httpcore) for DNS-over-HTTPS, so I'm not completely sure how to deal with the...

If I run it with "-q some_directory" I see qlogs in that directory, so I can't reproduce what you are seeing. Are you sure the server is seeing requests? What...

I'm ok with exposing a helper function to make a TLS socket. We'd need to do it for both query and asyncquery. I'm happy to do the work.

I think clean closing is worth the breaking change.

I like the plan to use socket.has_dualstack_ipv6() as then we can just run the relevant tests both ways in the CI. It's not quite the same as running on the...

If you install the WMI module, e.g. `pip install 'dnspython[wmi]'` then dnspython will use WMI and possibly have better results.

Or `pip install wmi` if you already installed dnspython.

We are considering making WMI the default, but have been waiting for feedback as it's a relatively new thing and the dnspython authors are not windows experts. So far it...

I see from the pymongo ticket that wmi seems to have been abandoned, which is unfortunate. Is there no windows way of getting the active interfaces from python or python-calling-C...