trust-dns: update the address we listen on

This commit is contained in:
Colin 2023-02-21 11:18:27 +00:00
parent 82d3e9686d
commit 499078e0f8

View File

@ -6,7 +6,7 @@
sane.services.trust-dns.listenAddrsIPv4 = [
# specify each address explicitly, instead of using "*".
# this ensures responses are sent from the address at which the request was received.
"192.168.0.5"
"192.168.15.28" # TODO: fetch IP via `config`
"10.0.1.5"
];
sane.services.trust-dns.quiet = true;