Changes to cyberghost openvpn configuration
- Comment out redirect-gateway def1 - Add explicit-exit-notify 2 to ensure disconnection server side - Remove ping-exit instructions - Remove resolv-retry infinite (unneeded)
This commit is contained in:
@@ -63,12 +63,10 @@ func (c *cyberghost) BuildConf(connections []models.OpenVPNConnection, verbosity
|
|||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
|
|
||||||
// Cyberghost specific
|
// Cyberghost specific
|
||||||
"resolv-retry infinite",
|
// "redirect-gateway def1",
|
||||||
"redirect-gateway def1",
|
|
||||||
"ncp-disable",
|
"ncp-disable",
|
||||||
"ping 5",
|
"ping 5",
|
||||||
"ping-exit 60",
|
"explicit-exit-notify 2",
|
||||||
"ping-timer-rem",
|
|
||||||
"script-security 2",
|
"script-security 2",
|
||||||
"route-delay 5",
|
"route-delay 5",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user