Updated nginx IP allowlist to contain tailscale range
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user