diff --git a/internal/provider/ipvanish/openvpnconf.go b/internal/provider/ipvanish/openvpnconf.go index 1971f962..a3e63e29 100644 --- a/internal/provider/ipvanish/openvpnconf.go +++ b/internal/provider/ipvanish/openvpnconf.go @@ -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, }