Hot fix: interface name set for openvpn configs

This commit is contained in:
Quentin McGaw (desktop)
2021-08-20 01:13:04 +00:00
parent 96ee1bbfb2
commit 8d258feff7
18 changed files with 20 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ func (w *Windscribe) BuildConf(connection models.Connection,
lines = []string{
"client",
"dev tun",
"dev " + settings.Interface,
"nobind",
"persist-key",
"remote-cert-tls server",