From 485f48c04a92d8d7798887a34000fa25957bc9c0 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 17 Jan 2026 11:32:22 +0200 Subject: [PATCH] Expose unbound ports for puter IP --- 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 59d2d1a..8b29ce0 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"]; + interface = ["127.0.0.1" "192.168.0.101"]; port = 53; access-control = ["127.0.0.1 allow"];