can't listen on port 53 in docker #13451
vincentDcmps
started this conversation in
General
Replies: 1 comment
-
I have found need to set |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
hello I try to start powerdns-auth on port 53 (need for dnsupdate) but I have always this error
Unable to bind UDP socket to '192.168.1.15:53': Permission denied
docker command:
and with a pdns.conf
I use network=host because goal is to use this container with a keepalived IP
I have try on two computer with no other dns listening and systemd-resolved disable and I have got always same issue
try to enable privileged container and got same issue
I have another container with pihole and no issue to listen on dedicated IP with port 53
Beta Was this translation helpful? Give feedback.
All reactions