Open fakhrulhilal opened 2 days ago
Thanks for the details. The "connection refused" error just means that the DNS server is not listening on "127.0.0.1:53" end point. I am not sure what could be the reason for this issue. You can try running the container in host network mode instead and see if that works.
Thanks for the details. The "connection refused" error just means that the DNS server is not listening on "127.0.0.1:53" end point. I am not sure what could be the reason for this issue. You can try running the container in host network mode instead and see if that works.
It works now. Not sure why it has to be network_mode: host
.
I have just install the dns server using docker compose file as follow:
But it doesn't resolve any domain when tested using host container.
I dont' see any suspicious error in log as well
I have enabled recursion as well. Basically, that's the only setting I change after installing. I haven't setup any domain yet. Could you tell me what is missing from my setup?