Skip to content
Discussion options

You must be logged in to vote

Your router setup won't work as you are telling it to use the localhost (127.0.0.1) of the router.

Set the primary DNS to the IP address where your docker is running (is it 192.168.1.111 ?) and delete the entry you have for secondary DNS.

I also don't like this entry in your compose.yaml, it seems unnecessary.

192.168.1.111:53:53/udp

Finally, you have exposed every port from container to host, most are only needed for running specific services (e.g. DNSCrypt, DNS over QUIC etc). I would blow away your current compose.yaml and try something like this (this assumes you are only using DNS and web admin, and not using DHCP server, DNS Crypt, DNS over QUIC, or debugging profiles).

Note that in…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@harrismck
Comment options

Answer selected by harrismck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants