fix(settings): add VPN Unlimited warning for OpenSSL 3
This commit is contained in:
@@ -167,7 +167,8 @@ 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) &&
|
||||
if helpers.IsOneOf(*s.VPN.Provider.Name, providers.SlickVPN,
|
||||
providers.VPNUnlimited) &&
|
||||
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. "+
|
||||
|
||||
Reference in New Issue
Block a user