From c6c7fe5a575ce3427de498f50062ed98611c6290 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 14 Jan 2025 15:14:58 +0100 Subject: [PATCH] [vpn] allow peers to communicate within subnet --- machines/modules/malobeo/peers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index ecdf8dc6..41e8c778 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -3,7 +3,7 @@ role = "server"; publicIp = "5.9.153.217"; address = [ "10.100.0.1/24" ]; - allowedIPs = [ "10.100.0.1/32" ]; + allowedIPs = [ "10.100.0.0/24" ]; listenPort = 51821; publicKey = "hF9H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4="; };