Having ubuntu 20.4 packaged dnscrypt-proxy listen on 127.0.0.1:53 and #1681
Unanswered
lestephane
asked this question in
Q&A
Replies: 1 comment
-
I suspect this is also the reason Chromiun complains with DNS_PROBE_FINISHED_BAD_CONFIG, because of dnscrypt-config not listening on 127.0.0.1:53, but it's only a suspicion at this point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
canonical livepatch activation seems to require a DNS service running at 127.0.0.1 port 53, but the dnscrypt-proxy package available in ubuntu 20.04 repositories uses 127.0.2.1. So I tried the following:
And still got
permission denied
bind errors in the logs uponsystemctl restart dnscrypt-proxy
Any idea how to do this correctly?
There are no other processes listening to port 53 at any of these two loopback addresses:
The package version in question:
Beta Was this translation helpful? Give feedback.
All reactions