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