Batch wireguard update operations

This commit is contained in:
Viktor Liu
2025-07-22 14:35:03 +02:00
parent 86c16cf651
commit 036a3020fe
6 changed files with 364 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ func (w *WGIface) Create() error {
}
w.configurer = cfgr
w.batcher = NewWGBatcher(cfgr)
return nil
}