mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
accept internal connections in ipv6
This commit is contained in:
parent
a96e1c4a7d
commit
20e59fbcaf
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ in
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString port}";
|
proxyPass = "http://localhost:${toString port}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
allow 100.10.10.0/8;
|
allow 100.100.45.0/24;
|
||||||
|
allow fd7a:115c:a1e0::/48;
|
||||||
deny all;
|
deny all;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue