Fix IPVanish TLS verification

This commit is contained in:
Quentin McGaw (desktop)
2021-07-02 03:21:33 +00:00
parent 06c8792887
commit b4ec59f9bd

View File

@@ -43,7 +43,7 @@ func (i *Ipvanish) BuildConf(connection models.OpenVPNConnection,
"auth-user-pass " + constants.OpenVPNAuthConf,
"proto " + connection.Protocol,
connection.RemoteLine(),
"verify-x509-name " + connection.Hostname, // + " name"
"verify-x509-name " + connection.Hostname + " name",
"auth " + settings.Auth,
}