diff --git a/services/adguard.nix b/services/adguard.nix index e59882a..c1e64a4 100644 --- a/services/adguard.nix +++ b/services/adguard.nix @@ -12,7 +12,7 @@ mutableSettings = false; settings = { dns = { - bind_hosts = [ "0.0.0.0" ]; + bind_hosts = [ "10.0.0.1" "127.0.0.1" ]; port = 53; # Query all upstreams in parallel; take the fastest response upstream_mode = "parallel";