Compare commits

...

1 Commits

Author SHA1 Message Date
Quentin McGaw (desktop)
b4ec59f9bd Fix IPVanish TLS verification 2021-07-02 03:21:33 +00:00

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,
}