accept internal connections in ipv6

This commit is contained in:
Luj 2023-06-13 23:27:38 +02:00
parent 2171ad1e7e
commit b26230a53e

View file

@ -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;
''; '';
}; };