Updated nginx IP allowlist to contain tailscale range

This commit is contained in:
Random936
2026-02-19 16:17:08 -05:00
parent 9e51830d36
commit 805e0adcf6

View File

@@ -134,10 +134,12 @@
''; '';
locations."/".extraConfig = '' locations."/".extraConfig = ''
allow 192.168.0.0/16; allow 127.0.0.1;
allow 10.0.0.0/8; allow 10.0.0.0/8;
allow 172.16.0.0/12; allow 172.16.0.0/12;
allow 127.0.0.1; allow 192.168.0.0/16;
allow 100.64.0.0/10;
allow 24.130.12.156;
deny all; deny all;
proxy_buffering off; proxy_buffering off;
@@ -155,10 +157,12 @@
''; '';
locations."/".extraConfig = '' locations."/".extraConfig = ''
allow 192.168.0.0/16; allow 127.0.0.1;
allow 10.0.0.0/8; allow 10.0.0.0/8;
allow 172.16.0.0/12; allow 172.16.0.0/12;
allow 127.0.0.1; allow 192.168.0.0/16;
allow 100.64.0.0/10;
allow 24.130.12.156;
deny all; deny all;
proxy_buffering off; proxy_buffering off;