agent v0.3.15: mode proxy auto/manuel, correction auto-update et conservation systray, animation UI update
This commit is contained in:
+2
-2
@@ -74,8 +74,8 @@ func main() {
|
||||
go startUI(*dataDir, cfg.NodeID, cfg.Server)
|
||||
}
|
||||
|
||||
go startWebSocket(cfg.Server, cfg.NodeID, *dataDir, cfg.HeadscaleURL, cfg.HeadscaleAuthKey)
|
||||
go updateCheckerLoop(*dataDir, cfg.Server)
|
||||
go startWebSocket(cfg, cfg.NodeID, *dataDir)
|
||||
go updateCheckerLoop(cfg, *dataDir)
|
||||
|
||||
shutdownCh := make(chan struct{})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user