async_dns icon indicating copy to clipboard operation
async_dns copied to clipboard

DNS library based on asyncio

Results 3 async_dns issues
Sort by recently updated
recently updated
newest added

Hello, In `recursive_resolver.py` there is a `try` block that we suspect could be preventing some cancelled programs from actually exiting: ![image](https://user-images.githubusercontent.com/39216349/169694566-f4474809-c973-4fce-9b6e-d80a1c50237b.png) If a `asyncio.CancelledError` is thrown on line 145, it...

enhancement

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`...

enhancement

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...

bug