24-keepalive-holepunch

Nodes acting as peers and nodes acting as clients
This commit is contained in:
Tim Beatham
2023-11-21 16:42:49 +00:00
parent 06542da03c
commit 6e201ebaf5
12 changed files with 155 additions and 21 deletions

View File

@ -35,7 +35,7 @@ func NewCtrlServer(params *NewCtrlServerParams) (*MeshCtrlServer, error) {
ipAllocator := &ip.ULABuilder{}
interfaceManipulator := wg.NewWgInterfaceManipulator(params.Client)
configApplyer := mesh.NewWgMeshConfigApplyer()
configApplyer := mesh.NewWgMeshConfigApplyer(params.Conf)
meshManagerParams := &mesh.NewMeshManagerParams{
Conf: *params.Conf,