From 1f7f59e6d97430ccc6b09a9ac42d98d9a893d418 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 17 Jan 2026 11:25:25 +0200 Subject: [PATCH] Corrected unbound port --- modules/common/unbound-cloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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