fix: vxlan support openvpn

This commit is contained in:
Daniel Ding
2024-01-06 00:21:52 +08:00
parent 842b32a549
commit 8159e73256
5 changed files with 192 additions and 269 deletions

View File

@@ -50,6 +50,7 @@ type Networker interface {
Reload(v Switcher)
Provider() string
ZTruster() ZTruster
IfAddr() string
}
var workers = make(map[string]Networker)