From 03795a46a76499a5ab512cd749c8128a27756d06 Mon Sep 17 00:00:00 2001 From: goeranh Date: Sun, 3 May 2026 14:19:43 +0200 Subject: [PATCH] allow all local connections --- hosts/proxy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index 7fa2238..e688417 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -43,6 +43,7 @@ iif "lo" accept ct state established,related accept + ip saddr 141.56.51.0/24 accept ip saddr @blacklist4 drop ip6 saddr @blacklist6 drop