diff --git a/modules/common/unbound-cloud.nix b/modules/common/unbound-cloud.nix index 8b29ce0..59d2d1a 100644 --- a/modules/common/unbound-cloud.nix +++ b/modules/common/unbound-cloud.nix @@ -8,7 +8,7 @@ settings = { server = { # Listen only locally - interface = ["127.0.0.1" "192.168.0.101"]; + interface = ["127.0.0.1"]; port = 53; access-control = ["127.0.0.1 allow"];