tls-client openvpn client instruction added

This commit is contained in:
Quentin McGaw (desktop)
2020-02-22 16:34:05 +00:00
parent 9202d6c15f
commit 2f09ed9069
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
"nobind",
"persist-key",
"persist-tun",
"tls-client",
"remote-cert-tls server",
"ping 300",

View File

@@ -73,6 +73,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, encrypt
"nobind",
"persist-key",
"persist-tun",
"tls-client",
"remote-cert-tls server",
"ping 300", // Ping every 5 minutes to prevent a timeout error