fix(vpnunlimited): remove DEFAULT:@SECLEVEL=0

This commit is contained in:
Quentin McGaw
2023-12-22 09:39:34 +00:00
parent cfc29d6a6b
commit f8da1e79bc
2 changed files with 1 additions and 8 deletions

View File

@@ -167,8 +167,7 @@ func (s Settings) Warnings() (warnings []string) {
" so this will likely not work anymore. See https://github.com/qdm12/gluetun/issues/1498.")
}
if helpers.IsOneOf(*s.VPN.Provider.Name, providers.SlickVPN,
providers.VPNUnlimited) &&
if helpers.IsOneOf(*s.VPN.Provider.Name, providers.SlickVPN) &&
s.VPN.Type == vpn.OpenVPN {
warnings = append(warnings, "OpenVPN 2.5 uses OpenSSL 3 "+
"which prohibits the usage of weak security in today's standards. "+