Add pull filter ignore ping restart

- Refers to OpenVPN reports error #368
This commit is contained in:
Quentin McGaw
2021-02-05 03:16:19 +00:00
parent 81556ec2e1
commit 4f2570865c
9 changed files with 9 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ func (m *mullvad) BuildConf(connection models.OpenVPNConnection,
"mute-replay-warnings",
"auth-nocache",
"pull-filter ignore \"auth-token\"", // prevent auth failed loops
`pull-filter ignore "ping-restart"`,
"auth-retry nointeract",
"suppress-timestamps",