Initial concept

This commit is contained in:
Zoltan Papp
2025-02-20 17:21:01 +01:00
committed by Zoltán Papp
parent 96de928cb3
commit db278dba14
11 changed files with 612 additions and 15 deletions

View File

@@ -17,4 +17,5 @@ type WGConfigurer interface {
RemoveAllowedIP(peerKey string, allowedIP string) error
Close()
GetStats(peerKey string) (configurer.WGStats, error)
Transfers() (map[wgtypes.Key]configurer.WGStats, error)
}