hotfix(openvpn): bump hand-window from 10s to 20s

This commit is contained in:
Quentin McGaw
2026-05-08 16:12:13 +00:00
parent 891249849a
commit 445f99d9dc
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ func OpenVPNConfig(provider OpenVPNProviderSettings,
lines.add("mute-replay-warnings") // these are often ignored by some VPN providers
lines.add("auth-retry", "nointeract") // retry authenticating without interaction
lines.add("suppress-timestamps") // do not log timestamps, the Gluetun logger takes care of it
lines.add("hand-window", "10") // default is 60 seconds which is too long
lines.add("hand-window", "20") // default is 60 seconds which is too long
lines.add("dev", settings.Interface)
lines.add("verb", fmt.Sprint(*settings.Verbosity))
protocol := connection.Protocol