Changed openvpn Mullvad settings, refers to #86

This commit is contained in:
Quentin McGaw (desktop)
2020-03-04 23:52:41 +00:00
parent 939b58c457
commit 28edae383b

View File

@@ -37,11 +37,12 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
"persist-tun",
"tls-client",
"remote-cert-tls server",
"ping 300",
"ping 10",
"ping-restart 60",
// Mullvad specific
// "sndbuf 524288"
// "rcvbuf 524288"
"sndbuf 524288",
"rcvbuf 524288",
"cipher AES-256-CBC",
"tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA",