-
Notifications
You must be signed in to change notification settings - Fork 656
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
dns/dnscrypt-proxy: Fix ODoH servers not working #4374
base: master
Are you sure you want to change the base?
Conversation
Adding dnscrypt-proxy variable "odoh_servers".
Adding dnscrypt variable "odoh_servers".
Adding dnscrypt variable "odoh_servers".
dns/dnscrypt-proxy/src/opnsense/mvc/app/models/OPNsense/Dnscryptproxy/General.xml
Show resolved
Hide resolved
dns/dnscrypt-proxy/src/opnsense/service/templates/OPNsense/Dnscryptproxy/dnscrypt-proxy.toml
Show resolved
Hide resolved
BTW, so far so good. Thanks for doing this 😊 |
Version update 0.1.2->0.1.3
I patched my 5 commits to my local OPNsense but it still doesn't seem to work. I conducted these tests:
Something must still be missing. @ilikenwf do you have any idea? Edit: I found the problem, the dnscrypt ODoH server and relay lists are not yet added to the dnscrypt-proxy.toml file. Trying to figure out if I can add these. |
Adding ODoH target and relay servers and fixing up some URLs.
Adding note that ODoH target and relay servers are not chosen automatically.
Yay, ODoH is finally working! Tested using odoh-crypto-sx and odohrelay-crypto-sx.
I don't know why but even if ODoH is checked and there are no target and relay servers manually entered other servers still seem to work. Maybe somebody else wants to test this also. I also noticed "Require DNSSEC" even works when the relay doesn't support it, so it just applies to the target server. |
So what are the next steps, can this be merged now or did I miss anything? |
Can the minisign_key not be hardcoded? As depending what that key is used for, having it hard coded and not unique per instance would be a security issue, so that would need to be fixed. |
Just seen the docs for it and it says to use that key so all good on that front |
Adding the dnscrypt variable "odoh_servers" to make dnscrypt work with ODoH relay and target servers.
Referring to:
#3783
#3810
#4367
This is my first ever fork and pull request, so bear with me. :)