diff --git a/modules/common/unbound-cloud.nix b/modules/common/unbound-cloud.nix index 65ff3bb..59d2d1a 100644 --- a/modules/common/unbound-cloud.nix +++ b/modules/common/unbound-cloud.nix @@ -9,7 +9,7 @@ server = { # Listen only locally interface = ["127.0.0.1"]; - port = 5335; + port = 53; access-control = ["127.0.0.1 allow"]; # Recommended hardening