From 0ff2a8eef952f3e9a1955d6ee97cbe93d2c1929c Mon Sep 17 00:00:00 2001 From: Tim Beatham Date: Mon, 4 Dec 2023 17:11:37 +0000 Subject: [PATCH] BUGFIX: Allowed IPs fluctuating --- pkg/mesh/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/mesh/config.go b/pkg/mesh/config.go index ca96e9c..3537763 100644 --- a/pkg/mesh/config.go +++ b/pkg/mesh/config.go @@ -99,7 +99,6 @@ func (m *WgMeshConfigApplyer) convertMeshNode(node MeshNode, device *wgtypes.Dev Endpoint: endpoint, AllowedIPs: allowedips, PersistentKeepaliveInterval: &keepAlive, - ReplaceAllowedIPs: true, } return &peerConfig, nil