From 25391c0854f6c73c7688fbf9c19ae4ea35bc0125 Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 25 Nov 2024 18:13:49 -0800 Subject: [PATCH] add proxy.ps2.live --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 2353be2..64faec4 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -111,13 +111,13 @@ in rec { proxyWebsockets = true; }; extraConfig = '' - deny all; allow 127.0.0.1; allow 100.64.0.0/10; allow 10.0.0.0/8; allow 15.204.161.37; allow 108.238.21.159; allow 162.197.1.49; + deny all; ''; } // defaultConfig;