Hot fix: interface name set for openvpn configs
This commit is contained in:
@@ -40,7 +40,7 @@ func (p *PIA) BuildConf(connection models.Connection,
|
||||
|
||||
lines = []string{
|
||||
"client",
|
||||
"dev tun",
|
||||
"dev " + settings.Interface,
|
||||
"nobind",
|
||||
"persist-key",
|
||||
"remote-cert-tls server",
|
||||
|
||||
Reference in New Issue
Block a user