From 52eb5d90d958d4acf4cba9fb902db100c5784dbb Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 13 Mar 2026 23:20:13 +0100 Subject: [PATCH] recursive resolver because we can --- hosts/proxy/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index 985a0cb..897e27e 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -214,10 +214,10 @@ "127.0.0.0/8" "141.56.51.0/24" ]; - forwarders = [ - "9.9.9.9" - "1.1.1.1" - ]; + # forwarders = [ + # "9.9.9.9" + # "1.1.1.1" + # ]; listenOn = [ "141.56.51.1" "127.0.0.1"