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