Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4ec59f9bd |
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user