How to verify that dns_bind_port is working? #20362
Answered
by
Luap99
MadSpindel
asked this question in
Q&A
Replies: 1 comment
-
Note in order for the dns_bind_port setting to take effect you must set it before the containers are started. If aardvark-dns was started before it it will listen on the wrong port. So you should stop all containers before changing this (make sure no aardvark-dns process is still listening), then start the containers again. This will bring up aardvark-dns on the right port. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MadSpindel
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.
-
I've a Adguard Home DNS pod using port 53. As a consequence, internal DNS between pods is not working. I've changed the dns_bind_port to 54 in /etc/containers/containers.conf. My network says dns_enabled = True. Still, it uses the Adguard Home DNS pod as DNS.
What am I missing here? How can I verify that the pods are trying to use port 54 for DNS queries?
Beta Was this translation helpful? Give feedback.
All reactions