Merge branch 'main' into userspace-router

This commit is contained in:
Viktor Liu
2025-01-07 15:40:19 +01:00
committed by GitHub
54 changed files with 646 additions and 247 deletions

View File

@@ -91,6 +91,8 @@ func New(ctx context.Context, configPath, logFile string) *Server {
signalProbe: internal.NewProbe(),
relayProbe: internal.NewProbe(),
wgProbe: internal.NewProbe(),
persistNetworkMap: true,
}
}