From 20e59fbcaf42e6802e572034200407d7bdcf506e Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Tue, 13 Jun 2023 23:27:38 +0200 Subject: [PATCH] accept internal connections in ipv6 --- lib/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 50cf757..838f526 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -88,7 +88,8 @@ in locations."/" = { proxyPass = "http://localhost:${toString port}"; extraConfig = '' - allow 100.10.10.0/8; + allow 100.100.45.0/24; + allow fd7a:115c:a1e0::/48; deny all; ''; };