* Fix US Texas to US Dallas PIA changed their servers and split Texas into Dallas and Houston. * Update and rename US Texas.ovpn to US Dallas.ovpn * Update US Dallas.ovpn
21 lines
371 B
Plaintext
21 lines
371 B
Plaintext
client
|
|
dev tun
|
|
proto udp
|
|
remote us-dal.privateinternetaccess.com 1197
|
|
resolv-retry infinite
|
|
nobind
|
|
persist-key
|
|
persist-tun
|
|
cipher aes-256-cbc
|
|
auth sha256
|
|
tls-client
|
|
remote-cert-tls server
|
|
|
|
auth-user-pass /config/openvpn-credentials.txt
|
|
comp-lzo
|
|
verb 1
|
|
reneg-sec 0
|
|
crl-verify /etc/openvpn/pia/strong/crl.rsa.4096.pem
|
|
ca /etc/openvpn/pia/strong/ca.rsa.4096.crt
|
|
disable-occ
|