You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it doesn't resolve any domain when tested using host container.
I dont' see any suspicious error in log as well
[2024-11-11 03:43:51 Local] Logging started.
[2024-11-11 03:43:51 Local] [172.17.0.1:44122] [admin] Log file was deleted: 2024-11-11
[2024-11-11 03:45:21 Local] [172.17.0.1:55834] Check for update was done {updateAvailable: False; updateVersion: 13.1.1; updateTitle: New Update (v13.1.1) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
[2024-11-11 03:47:36 Local] [172.17.0.1:43902] Check for update was done {updateAvailable: False; updateVersion: 13.1.1; updateTitle: New Update (v13.1.1) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
[2024-11-11 03:48:13 Local] DNS Server auth config file was saved: /etc/dns/auth.config
[2024-11-11 03:49:18 Local] [172.17.0.1:42928] Check for update was done {updateAvailable: False; updateVersion: 13.1.1; updateTitle: New Update (v13.1.1) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
[2024-11-11 03:56:22 Local] [172.17.0.1:57212] Check for update was done {updateAvailable: False; updateVersion: 13.1.1; updateTitle: New Update (v13.1.1) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: