This commit is contained in:
ashisgreat22 2026-03-18 21:33:42 +01:00
parent 01b19c9fa0
commit 8f44273faf

View file

@ -56,7 +56,7 @@ in
port = cfg.port; port = cfg.port;
settings = { settings = {
dns = { dns = {
bind_hosts = [ "127.0.0.1" ]; bind_hosts = [ "0.0.0.0" ];
port = 5353; port = 5353;
upstream_dns = [ cfg.upstreamDoh ]; upstream_dns = [ cfg.upstreamDoh ];
bootstrap_dns = cfg.bootstrapDns; bootstrap_dns = cfg.bootstrapDns;