aiodns
aiodns copied to clipboard
Simple DNS resolver for asyncio
The RFC1035 indicates that TXT records are "" which are to be interpreted as binary data of length at most 255, prefixed with a length character. If I'm packing a...
I tried running the example code on the README, and got this error: ``` From cffi callback : Traceback (most recent call last): File "C:\Users\italo\Google Drive\Code\Projects\email-lists\env\lib\site-packages\pycares\__init__.py", line 91, in _sock_state_cb...
aiodns version : `v3.0.0` pycares version : `v4.0.0` steps to reproduce : `python -c "import aiodns"` Exception : ``` Traceback (most recent call last): File "", line 1, in File...
Hello, aiodns contains type hints, but code that uses aiodns does not benefit from having it typed, due to the lack of a "py.typed" file in the module root. This...
I love this library of all the ones i've tried it was the fastest easiest to use. I will say at first it took a bit to figure out how...
Querying for the type DNSKEY failed when it should succeed on the website 'dnssec-tools.org' the query worked with dns.resolver.query('dnssec-tools.org', 'DNSKEY')
Hello! This PR extends query timeout tests to ensure timeout has real influence on query duration. As you can see this test fails and outlines bug I actually met using...
As an example of code that fails but could give more helpful responses. `query('8.8.8.8', 'PTR')` This on the other hand works. `query('8.8.8.8.in-addr.arpa.','PTR')` If a user is new to the using...
I'm pretty sure it used to pass in the past, so I guess the domain changed: ```pytb ====================================================================== ERROR: test_query_bad_chars (__main__.DNSTest.test_query_bad_chars) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/aiodns/tests.py", line...