Compare commits
1 Commits
server-aut
...
v3.19.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4ec59f9bd |
@@ -43,7 +43,7 @@ func (i *Ipvanish) BuildConf(connection models.OpenVPNConnection,
|
|||||||
"auth-user-pass " + constants.OpenVPNAuthConf,
|
"auth-user-pass " + constants.OpenVPNAuthConf,
|
||||||
"proto " + connection.Protocol,
|
"proto " + connection.Protocol,
|
||||||
connection.RemoteLine(),
|
connection.RemoteLine(),
|
||||||
"verify-x509-name " + connection.Hostname, // + " name"
|
"verify-x509-name " + connection.Hostname + " name",
|
||||||
"auth " + settings.Auth,
|
"auth " + settings.Auth,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user