fix: restart openvpn without vrf master.

This commit is contained in:
Daniel Ding
2024-09-29 14:12:53 +08:00
parent 58f4d6f773
commit 11b4e86325
3 changed files with 39 additions and 32 deletions

View File

@@ -64,7 +64,7 @@ type Router interface {
}
type VPNer interface {
RestartVpn()
RestartVPN()
}
type Qoser interface {