From ccb5f0e33f2e2a591a95fb8ba5c64038f1569136 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 18 Sep 2022 21:26:37 +0200 Subject: [PATCH] flpk-gw: clean upstream.noNat.subnets6 --- config/net/flpk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/net/flpk.nix b/config/net/flpk.nix index 3939c7c..ec4cbb9 100644 --- a/config/net/flpk.nix +++ b/config/net/flpk.nix @@ -30,7 +30,7 @@ provider = "flpk"; noNat = { subnets4 = [ "45.158.40.160/27" ]; - subnets6 = [ "2a0f:5382:acab:1400::1/56" ]; + subnets6 = [ "2a0f:5382:acab:1400::/56" ]; }; }; };