mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-27 14:27:29 +02:00
Compare commits
1 Commits
52a41cb891
...
v3.19.1
| 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