From e2bedf1203e1bb7690c47ee4882521ef2a7b2cd8 Mon Sep 17 00:00:00 2001 From: Asyncnomi Date: Tue, 22 Jul 2025 02:04:13 +0200 Subject: [PATCH] subnet typo --- shared/commons/mesh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/commons/mesh.nix b/shared/commons/mesh.nix index 798ccfe..4b3f6f8 100644 --- a/shared/commons/mesh.nix +++ b/shared/commons/mesh.nix @@ -48,7 +48,7 @@ let publicKey = peerConfig.wg-pub; allowedIPs = [ # Allow mesh trafic - "172.19.0.0/16" + "172.19.0.0/17" "fc00::/96" # Allow mgmt transport "172.19.128.0/17"