Doesn't bind to port 53 even as root in MacOS Ventura #2264
panomitrius
started this conversation in
Potential issues
Replies: 1 comment
-
Found the answer myself, it was already started as a service in brew. I had to stop it there first, now I can launch it with
Which works fine! |
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.
-
I've read through this issue, and tried starting dnscrypt-proxy with
both
sudo /opt/homebrew/sbin/dnscrypt-proxy -config /opt/homebrew/etc/dnscrypt-proxy.toml
and
sudo /opt/homebrew/sbin/dnscrypt-proxy --service restart
But either way dnscrypt-proxy doesn't seem to be able to bind to port 53. For both attempts, the logfile reads:
Beta Was this translation helpful? Give feedback.
All reactions