Fix: port forwarding VPN interface specification

This commit is contained in:
Quentin McGaw (desktop)
2021-08-21 18:16:44 +00:00
parent 8d258feff7
commit ff56857fc8
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ func (l *Loop) Run(ctx context.Context, done chan<- struct{}) {
portForwarding: settings.Provider.PortForwarding.Enabled,
serverName: serverName,
portForwarder: providerConf,
vpnIntf: settings.OpenVPN.Interface,
}
openvpnCtx, openvpnCancel := context.WithCancel(context.Background())