Tunnels IPv6

This commit is contained in:
Quentin McGaw (desktop)
2020-02-22 16:32:59 +00:00
parent 1aebe1a4c1
commit 023f1c7e8e
4 changed files with 4 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
// "rcvbuf 524288"
"cipher AES-256-CBC",
"tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA",
"tun-ipv6",
// Added constant values
"mute-replay-warnings",