mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
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