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

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

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -114,6 +114,7 @@ func (s *surfshark) BuildConf(connection models.OpenVPNConnection,
"mute-replay-warnings",
"pull-filter ignore \"auth-token\"", // prevent auth failed loops
"pull-filter ignore \"block-outside-dns\"",
`pull-filter ignore "ping-restart"`,
"auth-retry nointeract",
"suppress-timestamps",

View File

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

View File

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