Fix: restore nordvpn ping settings, refers to #368
This commit is contained in:
@@ -98,8 +98,6 @@ func (n *nordvpn) BuildConf(connection models.OpenVPNConnection,
|
|||||||
"nobind",
|
"nobind",
|
||||||
"persist-key",
|
"persist-key",
|
||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
"ping 10",
|
|
||||||
"ping-exit 60",
|
|
||||||
"ping-timer-rem",
|
"ping-timer-rem",
|
||||||
"tls-exit",
|
"tls-exit",
|
||||||
|
|
||||||
@@ -111,6 +109,8 @@ func (n *nordvpn) BuildConf(connection models.OpenVPNConnection,
|
|||||||
"comp-lzo no",
|
"comp-lzo no",
|
||||||
"fast-io",
|
"fast-io",
|
||||||
"key-direction 1",
|
"key-direction 1",
|
||||||
|
"ping 15",
|
||||||
|
"ping-restart 0",
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"auth-nocache",
|
"auth-nocache",
|
||||||
|
|||||||
Reference in New Issue
Block a user