Fix: restore nordvpn ping settings, refers to #368

This commit is contained in:
Quentin McGaw
2021-02-09 02:30:39 +00:00
parent f69b3dbbe6
commit 84787f0ea2

View File

@@ -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",