change(openvpn): default upgraded from 2.5 to 2.6

This commit is contained in:
Quentin McGaw
2024-05-02 08:13:51 +00:00
parent 4d002a3ad6
commit e0a977cf83
4 changed files with 4 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ func (s Settings) Warnings() (warnings []string) {
if helpers.IsOneOf(s.VPN.Provider.Name, providers.SlickVPN) &&
s.VPN.Type == vpn.OpenVPN {
warnings = append(warnings, "OpenVPN 2.5 uses OpenSSL 3 "+
warnings = append(warnings, "OpenVPN 2.5 and 2.6 use OpenSSL 3 "+
"which prohibits the usage of weak security in today's standards. "+
s.VPN.Provider.Name+" uses weak security which is out "+
"of Gluetun's control so the only workaround is to allow such weaknesses "+