add proxy.ps2.live

This commit is contained in:
41666 2024-11-25 18:13:49 -08:00
parent 1da92c57e2
commit 25391c0854

View file

@ -111,13 +111,13 @@ in rec {
proxyWebsockets = true; proxyWebsockets = true;
}; };
extraConfig = '' extraConfig = ''
deny all;
allow 127.0.0.1; allow 127.0.0.1;
allow 100.64.0.0/10; allow 100.64.0.0/10;
allow 10.0.0.0/8; allow 10.0.0.0/8;
allow 15.204.161.37; allow 15.204.161.37;
allow 108.238.21.159; allow 108.238.21.159;
allow 162.197.1.49; allow 162.197.1.49;
deny all;
''; '';
} // defaultConfig; } // defaultConfig;