Hotfix: remote line for Hidemyass and ivpn

This commit is contained in:
Quentin McGaw (desktop)
2021-05-31 02:37:20 +00:00
parent 9be912e9fd
commit 79b3b2823b
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ func (i *Ivpn) BuildConf(connection models.OpenVPNConnection,
"verb " + strconv.Itoa(settings.Verbosity),
"auth-user-pass " + constants.OpenVPNAuthConf,
"proto " + connection.Protocol,
"remote " + connection.RemoteLine(),
connection.RemoteLine(),
"verify-x509-name " + connection.Hostname, // + " name-prefix"
}