Maint: OpenVPN: PIA: add tls-exit option

This commit is contained in:
Quentin McGaw (desktop)
2021-09-14 15:09:22 +00:00
parent b872973e8b
commit 89166cdabf

View File

@@ -43,6 +43,7 @@ func (p *PIA) BuildConf(connection models.Connection,
"dev " + settings.Interface,
"nobind",
"remote-cert-tls server",
"tls-exit",
// PIA specific
"reneg-sec 0",