async_dns
async_dns copied to clipboard
DNS library based on asyncio
Hello, In `recursive_resolver.py` there is a `try` block that we suspect could be preventing some cancelled programs from actually exiting:  If a `asyncio.CancelledError` is thrown on line 145, it...
Hi, so I have been trying out the server functionality via command line and I get some issues around the dns server upstream dns requests. I'm on python version `3.8.10`...
I was chasing down an issue where some DNS responses were empty when using `async_dns`. This turned out to be a problem with too large responses for UDP and I...