Allow PIA server to choose compression

This commit is contained in:
Quentin McGaw (desktop)
2020-02-22 16:34:28 +00:00
parent 2f09ed9069
commit 53db4813fa

View File

@@ -79,6 +79,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, encrypt
// PIA specific // PIA specific
"reneg-sec 0", "reneg-sec 0",
"compress", // allow PIA server to choose the compression to use
// Added constant values // Added constant values
"tun-ipv6", "tun-ipv6",