Merge branch 'main' into ssh-rewrite

This commit is contained in:
Viktor Liu
2025-10-17 15:34:36 +02:00
62 changed files with 2401 additions and 976 deletions

View File

@@ -14,6 +14,9 @@ type WGIface interface {
}
func (g *BundleGenerator) addWgShow() error {
if g.statusRecorder == nil {
return fmt.Errorf("no status recorder available for wg show")
}
result, err := g.statusRecorder.PeersStatus()
if err != nil {
return err