mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
fix(privatevpn): openvpn configuration values
This commit is contained in:
@@ -67,7 +67,7 @@ func (p *Privatevpn) BuildConf(connection models.Connection,
|
||||
|
||||
lines = append(lines, utils.WrapOpenvpnCA(
|
||||
constants.PrivatevpnCertificate)...)
|
||||
lines = append(lines, utils.WrapOpenvpnTLSCrypt(
|
||||
lines = append(lines, utils.WrapOpenvpnTLSAuth(
|
||||
constants.PrivatevpnOpenvpnStaticKeyV1)...)
|
||||
|
||||
lines = append(lines, "")
|
||||
|
||||
Reference in New Issue
Block a user