From f852b7789ed005a5ce3ad51634a9d2ad669ad5ce Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 9 Feb 2021 03:03:08 +0000 Subject: [PATCH] Fix: surfshark: restore ping settings --- internal/provider/surfshark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/surfshark.go b/internal/provider/surfshark.go index 954f5b30..9a1d55ff 100644 --- a/internal/provider/surfshark.go +++ b/internal/provider/surfshark.go @@ -96,7 +96,6 @@ func (s *surfshark) BuildConf(connection models.OpenVPNConnection, "persist-key", "remote-cert-tls server", "ping 15", - "ping-exit 60", "ping-timer-rem", "tls-exit", @@ -108,6 +107,7 @@ func (s *surfshark) BuildConf(connection models.OpenVPNConnection, "fast-io", "key-direction 1", "script-security 2", + "ping-restart 0", // Added constant values "auth-nocache",