You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aiohttp-doh looks pretty trivial, I wouldn't expect it to be difficult to update it. Then maybe the resolved could be included here if you do manage to get it working. Otherwise, someone will need to look at dnspython support or making a PR to aiodns.
Is your feature request related to a problem?
I would like to use Mullvad as my DNS resolver, but I can't use the AsyncResolver because Mullvad only supports DoH or DoT.
Describe the solution you'd like
I think the best solution would be to have a class in aiohttp.resolver for it.
Describe alternatives you've considered
An alternative solution would be to make this into an external library, but I think a "basic" feature like DoH should be provided by aiohttp.
Related component
Client
Additional context
I was able to find a library called aiohttp-doh that adds DoH support to aiohttp, but it is outdated and does not work anymore.
Code of Conduct
The text was updated successfully, but these errors were encountered: