-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make able to set own DNS server address (like NextDNS) #1
Comments
I have made PR #2 that will close this issue. If you can test it, that would be helpful 👍 Usage: from requests_doh import add_dns_provider, DNSOverHTTPSSession
add_dns_provider("another-dns", "https://another-dns.example.com/dns-query")
session = DNSOverHTTPSSession("another-dns")
session.get("https://google.com") |
mansuf
added a commit
that referenced
this issue
Feb 12, 2023
Thanks! Works great! Tested using NextDNS. |
mansuf
added a commit
that referenced
this issue
Feb 12, 2023
Add ability to add custom DoH provider
The PR has been merged and it will be released soon. Thanks for the idea 💖 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Thanks for the library! Might be good functionality to set own DOH address.
The text was updated successfully, but these errors were encountered: