Replaced OpenVPN profiles with current versions from PIA
Replaced OpenVPN profiles with current versions from PIA. Modified slightly to point to proper paths where necessary. Russia profile removed. See https://www.privateinternetaccess.com/forum/discussion/21779/we-are-removing-our-russian-presence
This commit is contained in:
		| @@ -1,18 +1,19 @@ | ||||
| client | ||||
| dev tun | ||||
| proto udp | ||||
| remote germany.privateinternetaccess.com 1194 | ||||
| remote germany.privateinternetaccess.com 1198 | ||||
| resolv-retry infinite | ||||
| nobind | ||||
| persist-key | ||||
| persist-tun | ||||
| ca /etc/openvpn/pia/ca.crt | ||||
| cipher aes-128-cbc | ||||
| auth sha1 | ||||
| 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/crl.pem | ||||
|  | ||||
|  | ||||
| crl-verify /etc/openvpn/pia/crl.rsa.2048.pem | ||||
| ca /etc/openvpn/pia/ca.rsa.2048.crt | ||||
| disable-occ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user