mirror of
https://github.com/tim-beatham/smegmesh.git
synced 2025-08-09 21:27:33 +02:00
Automatically remove nodes from the mesh after a
certain threshold.
This commit is contained in:
@ -30,7 +30,7 @@ type NewCtrlServerParams struct {
|
||||
func NewCtrlServer(params *NewCtrlServerParams) (*MeshCtrlServer, error) {
|
||||
ctrlServer := new(MeshCtrlServer)
|
||||
ctrlServer.Client = params.WgClient
|
||||
ctrlServer.MeshManager = manager.NewMeshManager(*params.WgClient)
|
||||
ctrlServer.MeshManager = manager.NewMeshManager(*params.WgClient, *params.Conf)
|
||||
ctrlServer.Conf = params.Conf
|
||||
|
||||
connManagerParams := conn.NewJwtConnectionManagerParams{
|
||||
|
Reference in New Issue
Block a user