chore(env): VPN_INTERFACE
- With retro-compatibility with `OPENVPN_INTERFACE` - With retro-compatibility with `WIREGUARD_INTERFACE`
This commit is contained in:
@@ -10,7 +10,7 @@ type StartData struct {
|
||||
PortForwarder provider.PortForwarder
|
||||
Gateway net.IP // needed for PIA
|
||||
ServerName string // needed for PIA
|
||||
Interface string // tun0 or wg0 for example
|
||||
Interface string // tun0 for example
|
||||
}
|
||||
|
||||
type StartDataGetterSetter interface {
|
||||
|
||||
Reference in New Issue
Block a user