Add pull filter ignore ping restart
- Refers to OpenVPN reports error #368
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user