diff --git a/modules/adguard.nix b/modules/adguard.nix index cc8e16c..3b517e9 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -73,6 +73,8 @@ in port = cfg.port; settings = { dns = { + bind_hosts = [ "127.0.0.1" ]; + port = 5353; upstream_dns = [ cfg.upstreamDoh ]; bootstrap_dns = cfg.bootstrapDns; querylog_enabled = true;