Fix: remove PureVPN route option (#339)

This commit is contained in:
Quentin McGaw
2021-01-30 19:54:40 -05:00
committed by GitHub
parent e50941277f
commit 8f4354936c

View File

@@ -96,7 +96,6 @@ func (p *purevpn) BuildConf(connection models.OpenVPNConnection,
"cipher AES-256-CBC", "cipher AES-256-CBC",
"route-method exe", "route-method exe",
"route-delay 0", "route-delay 0",
"route 0.0.0.0 0.0.0.0",
"script-security 2", "script-security 2",
// Added constant values // Added constant values