From f44db5182dea42522241feb7df0423f1f8f73478 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 17 Jan 2026 11:06:21 +0200 Subject: [PATCH] Corrected unbound upstream 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 8d3db75..65ff3bb 100644 --- a/modules/common/unbound-cloud.nix +++ b/modules/common/unbound-cloud.nix @@ -29,7 +29,7 @@ forward-zone = [ { name = "."; - forward-addr = ["dns.mycloudhaus.xyz@853"]; + forward-addr = ["46.62.255.194@853"]; forward-tls-upstream = true; # Enable DoT } ];