1
0
forked from extern/smegmesh

BUGFIX: Allowed IPs fluctuating

This commit is contained in:
Tim Beatham 2023-12-04 17:11:37 +00:00
parent fd7bd80485
commit 0ff2a8eef9

View File

@ -99,7 +99,6 @@ func (m *WgMeshConfigApplyer) convertMeshNode(node MeshNode, device *wgtypes.Dev
Endpoint: endpoint,
AllowedIPs: allowedips,
PersistentKeepaliveInterval: &keepAlive,
ReplaceAllowedIPs: true,
}
return &peerConfig, nil