-
Notifications
You must be signed in to change notification settings - Fork 17
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
Work with default(google) but not with others #11
Comments
Thanks for reporting this! There are integration tests in So I wonder what's causing the failures for you. Can you run dnss with Thank you! |
-v (1,2,3) do not show additional info.
|
@albertito
Can i use it like
? Will it work normally? |
What version of dnss are you using? As for your latter question: only one If you want to completely self-host, which is totally supported by dnss, you just need to set And you can also use dnss as the DoH server. You have to set I hope this helps! Thanks! |
Ah! That would explain the issue you're seeing. The problem was fixed in commit 5567591 in 2021-03. I will work with Debian folks to get that package updated. I suggest you build a newer version built from the And yeah, adding an option for multiple fallbacks sound reasonable, I will add it to the TODO list. Thanks! |
Builded successfully master with GO.
It will be great! |
Hi there, nice project!
I found this today and i think is awesome project!
But, i try to use it and i can't get it working with custom DoH
This works fine:
sudo dnss -enable_dns_to_https
This works fine too (by IP, but that's wrong):
sudo dnss -enable_dns_to_https -https_upstream "https://1.1.1.1/dns-query"
But this is not:
sudo dnss -enable_dns_to_https -https_upstream "https://cloudflare-dns.com/dns-query"
And this is not work:
Of cource it doesn't work with Quad9 and my own DoH
Another good idea to add helpful info to readme:
To get it working you should disable and stop original resolver which use port 53
This happens if not
I hope you can help.
Cheers!
The text was updated successfully, but these errors were encountered: