Closed vgoklani closed 6 years ago
your example seems to be quite overcomplicated, but even with it I cannot reproduce your error with aiodns==1.1.1, aiohttp==3.3.2, uvloop==0.11.0 on Linux. I'm getting ClientConnectorError: Cannot connect to host example.com:443 ssl:None [Network is unreachable]
Please provide more information about your environment, and remove unnecessary stuff, like uvloop, which just over complicates things here. Or is it part of the problem? please state that clearly. It would be best to remove aiohttp from the picture too, or just report error to that project instead.
@vgoklani this is aiohttp error and not related to aiodns directly.
Closing since this is not something aiodns related.
I followed the example from here:
https://aiohttp.readthedocs.io/en/stable/client_advanced.html#resolving-using-custom-nameservers
and would like to use a custom DNS server with aiohttp:
unfortunately I don't know what to make of the error message: