-
Hello, If my intent is to run a jail that acts as a DNS server, per these steps (https://adguard-dns.io/kb/adguard-home/faq/#bindinuse) I'd need to kill systemd-resolve and replace the DNSStubListener with 127.0.0.1 instead of 127.0.0.53. I've changed --resolv-conf from bind-host to off but I think that is wrong. Is the implication of this that the only DNS server the client would use would be itself, instead of itself and any other DNS servers as assigned by the TrueNAS host? I have 3 DNS servers. Ideally I would disable the systemd service within each host to free up port 53, but still bind the actual assignment of DNS servers from TrueNAS where I define all 3. Is that correct? If so, I think my template should be:
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This does seem to be the case. By only populating that dnsstublistener=no into the override file, I'm getting the TrueNAS host DNS servers added in. All 3 work from each host via dig. Perhaps this template will help someone! |
Beta Was this translation helpful? Give feedback.
-
I run adguard via docker inside a jail and don't need to do anything special to make that work. |
Beta Was this translation helpful? Give feedback.
This does seem to be the case. By only populating that dnsstublistener=no into the override file, I'm getting the TrueNAS host DNS servers added in. All 3 work from each host via dig.
Perhaps this template will help someone!