mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-18 20:59:07 +02:00
Create conn mgr
This commit is contained in:
@@ -17,5 +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)
|
||||
Transfers() (map[string]configurer.WGStats, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user