tls-client openvpn client instruction added
This commit is contained in:
@@ -35,6 +35,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
|
|||||||
"nobind",
|
"nobind",
|
||||||
"persist-key",
|
"persist-key",
|
||||||
"persist-tun",
|
"persist-tun",
|
||||||
|
"tls-client",
|
||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
"ping 300",
|
"ping 300",
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, encrypt
|
|||||||
"nobind",
|
"nobind",
|
||||||
"persist-key",
|
"persist-key",
|
||||||
"persist-tun",
|
"persist-tun",
|
||||||
|
"tls-client",
|
||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
"ping 300", // Ping every 5 minutes to prevent a timeout error
|
"ping 300", // Ping every 5 minutes to prevent a timeout error
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user