-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems using custom DNS with aiohttp #3143
Comments
Looks like your DNS server is broken |
@asvetlov those IPs in the snippet are addresses of new CloudFlare's public DNS servers (just like 8.8.8.8 is Google's) |
However AFAIR they along with Mozilla are implementing something to cut off unrequested metadata, which is meant to protect users' privacy. (aka GDPR-ready) |
Looks like this still could've been handled by aiohttp better. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
I would like to use a custom DNS server with aiohttp and followed the example from here:
https://aiohttp.readthedocs.io/en/stable/client_advanced.html#resolving-using-custom-nameservers
Unfortunately I don't understand the error message below:
I received this error on both macOS 10.1.3.6 and Ubuntu 16.04.4 LTS
The text was updated successfully, but these errors were encountered: