Fix: remove pull-filter ignore ping-restart

This commit is contained in:
Quentin McGaw
2021-04-19 19:51:00 +00:00
parent e0e56595c6
commit fb8279f8f0
12 changed files with 0 additions and 12 deletions

View File

@@ -76,7 +76,6 @@ func modifyCustomConfig(lines []string, username string,
modified = append(modified, "mute-replay-warnings")
modified = append(modified, "auth-nocache")
modified = append(modified, "pull-filter ignore \"auth-token\"") // prevent auth failed loop
modified = append(modified, `pull-filter ignore "ping-restart"`)
modified = append(modified, "auth-retry nointeract")
modified = append(modified, "suppress-timestamps")
modified = append(modified, "auth-user-pass "+constants.OpenVPNAuthConf)