mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-17 19:57:09 +02:00
Add PIA TCP profiles and new Las Vegas server
This commit is contained in:
parent
78ae0a703b
commit
8194d86efd
19
openvpn/pia/US Las Vegas.ovpn
Normal file
19
openvpn/pia/US Las Vegas.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote us-lasvegas.privateinternetaccess.com 1198
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/strong/US Las Vegas.ovpn
Normal file
19
openvpn/pia/strong/US Las Vegas.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote us-lasvegas.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
|
19
openvpn/pia/tcp-strong/AU Melbourne.ovpn
Normal file
19
openvpn/pia/tcp-strong/AU Melbourne.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote aus-melbourne.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/AU Sydney.ovpn
Normal file
19
openvpn/pia/tcp-strong/AU Sydney.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote aus.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Austria.ovpn
Normal file
19
openvpn/pia/tcp-strong/Austria.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote austria.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Belgium.ovpn
Normal file
19
openvpn/pia/tcp-strong/Belgium.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote belgium.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Brazil.ovpn
Normal file
19
openvpn/pia/tcp-strong/Brazil.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote brazil.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/CA Montreal.ovpn
Normal file
19
openvpn/pia/tcp-strong/CA Montreal.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ca.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/CA Toronto.ovpn
Normal file
19
openvpn/pia/tcp-strong/CA Toronto.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ca-toronto.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/CA Vancouver.ovpn
Normal file
19
openvpn/pia/tcp-strong/CA Vancouver.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ca-vancouver.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Czech Republic.ovpn
Normal file
19
openvpn/pia/tcp-strong/Czech Republic.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote czech.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Denmark.ovpn
Normal file
19
openvpn/pia/tcp-strong/Denmark.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote denmark.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Finland.ovpn
Normal file
19
openvpn/pia/tcp-strong/Finland.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote fi.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/France.ovpn
Normal file
19
openvpn/pia/tcp-strong/France.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote france.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Germany.ovpn
Normal file
19
openvpn/pia/tcp-strong/Germany.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote germany.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Hong Kong.ovpn
Normal file
19
openvpn/pia/tcp-strong/Hong Kong.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote hk.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/India.ovpn
Normal file
19
openvpn/pia/tcp-strong/India.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote in.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Ireland.ovpn
Normal file
19
openvpn/pia/tcp-strong/Ireland.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ireland.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Israel.ovpn
Normal file
19
openvpn/pia/tcp-strong/Israel.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote israel.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Italy.ovpn
Normal file
19
openvpn/pia/tcp-strong/Italy.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote italy.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Japan.ovpn
Normal file
19
openvpn/pia/tcp-strong/Japan.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote japan.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Mexico.ovpn
Normal file
19
openvpn/pia/tcp-strong/Mexico.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote mexico.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Netherlands.ovpn
Normal file
19
openvpn/pia/tcp-strong/Netherlands.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote nl.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/New Zealand.ovpn
Normal file
19
openvpn/pia/tcp-strong/New Zealand.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote nz.privateinternetaccess.com 501
|
||||
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 crl.rsa.4096.pem
|
||||
ca ca.rsa.4096.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp-strong/Norway.ovpn
Normal file
19
openvpn/pia/tcp-strong/Norway.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote no.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Romania.ovpn
Normal file
19
openvpn/pia/tcp-strong/Romania.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ro.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Singapore.ovpn
Normal file
19
openvpn/pia/tcp-strong/Singapore.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote sg.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Spain.ovpn
Normal file
19
openvpn/pia/tcp-strong/Spain.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote spain.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Sweden.ovpn
Normal file
19
openvpn/pia/tcp-strong/Sweden.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote sweden.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Switzerland.ovpn
Normal file
19
openvpn/pia/tcp-strong/Switzerland.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote swiss.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/Turkey.ovpn
Normal file
19
openvpn/pia/tcp-strong/Turkey.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote turkey.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/UK London.ovpn
Normal file
19
openvpn/pia/tcp-strong/UK London.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote uk-london.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/UK Manchester.ovpn
Normal file
19
openvpn/pia/tcp-strong/UK Manchester.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote uk-manchester.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/UK Southampton.ovpn
Normal file
19
openvpn/pia/tcp-strong/UK Southampton.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote uk-southampton.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Atlanta.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Atlanta.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-atlanta.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US California.ovpn
Normal file
19
openvpn/pia/tcp-strong/US California.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-california.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Chicago.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Chicago.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-chicago.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US East.ovpn
Normal file
19
openvpn/pia/tcp-strong/US East.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-east.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Florida.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Florida.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-florida.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Las Vegas.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Las Vegas.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-lasvegas.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Midwest.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Midwest.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-midwest.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US New York City.ovpn
Normal file
19
openvpn/pia/tcp-strong/US New York City.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-newyorkcity.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Seattle.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Seattle.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-seattle.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Silicon Valley.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Silicon Valley.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-siliconvalley.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US Texas.ovpn
Normal file
19
openvpn/pia/tcp-strong/US Texas.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-texas.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp-strong/US West.ovpn
Normal file
19
openvpn/pia/tcp-strong/US West.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-west.privateinternetaccess.com 501
|
||||
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
|
19
openvpn/pia/tcp/AU Melbourne.ovpn
Normal file
19
openvpn/pia/tcp/AU Melbourne.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote aus-melbourne.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/AU Sydney.ovpn
Normal file
19
openvpn/pia/tcp/AU Sydney.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote aus.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Austria.ovpn
Normal file
19
openvpn/pia/tcp/Austria.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote austria.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Belgium.ovpn
Normal file
19
openvpn/pia/tcp/Belgium.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote belgium.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Brazil.ovpn
Normal file
19
openvpn/pia/tcp/Brazil.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote brazil.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/CA Montreal.ovpn
Normal file
19
openvpn/pia/tcp/CA Montreal.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ca.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/CA Toronto.ovpn
Normal file
19
openvpn/pia/tcp/CA Toronto.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ca-toronto.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/CA Vancouver.ovpn
Normal file
19
openvpn/pia/tcp/CA Vancouver.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ca-vancouver.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Czech Republic.ovpn
Normal file
19
openvpn/pia/tcp/Czech Republic.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote czech.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Denmark.ovpn
Normal file
19
openvpn/pia/tcp/Denmark.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote denmark.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Finland.ovpn
Normal file
19
openvpn/pia/tcp/Finland.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote fi.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/France.ovpn
Normal file
19
openvpn/pia/tcp/France.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote france.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Germany.ovpn
Normal file
19
openvpn/pia/tcp/Germany.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote germany.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Hong Kong.ovpn
Normal file
19
openvpn/pia/tcp/Hong Kong.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote hk.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/India.ovpn
Normal file
19
openvpn/pia/tcp/India.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote in.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Ireland.ovpn
Normal file
19
openvpn/pia/tcp/Ireland.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ireland.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Israel.ovpn
Normal file
19
openvpn/pia/tcp/Israel.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote israel.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Italy.ovpn
Normal file
19
openvpn/pia/tcp/Italy.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote italy.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Japan.ovpn
Normal file
19
openvpn/pia/tcp/Japan.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote japan.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Mexico.ovpn
Normal file
19
openvpn/pia/tcp/Mexico.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote mexico.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Netherlands.ovpn
Normal file
19
openvpn/pia/tcp/Netherlands.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote nl.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/New Zealand.ovpn
Normal file
19
openvpn/pia/tcp/New Zealand.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote nz.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Norway.ovpn
Normal file
19
openvpn/pia/tcp/Norway.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote no.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Romania.ovpn
Normal file
19
openvpn/pia/tcp/Romania.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ro.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Singapore.ovpn
Normal file
19
openvpn/pia/tcp/Singapore.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote sg.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Spain.ovpn
Normal file
19
openvpn/pia/tcp/Spain.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote spain.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Sweden.ovpn
Normal file
19
openvpn/pia/tcp/Sweden.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote sweden.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Switzerland.ovpn
Normal file
19
openvpn/pia/tcp/Switzerland.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote swiss.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/Turkey.ovpn
Normal file
19
openvpn/pia/tcp/Turkey.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote turkey.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/UK London.ovpn
Normal file
19
openvpn/pia/tcp/UK London.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote uk-london.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/UK Manchester.ovpn
Normal file
19
openvpn/pia/tcp/UK Manchester.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote uk-manchester.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/UK Southampton.ovpn
Normal file
19
openvpn/pia/tcp/UK Southampton.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote uk-southampton.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Atlanta.ovpn
Normal file
19
openvpn/pia/tcp/US Atlanta.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-atlanta.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US California.ovpn
Normal file
19
openvpn/pia/tcp/US California.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-california.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Chicago.ovpn
Normal file
19
openvpn/pia/tcp/US Chicago.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-chicago.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US East.ovpn
Normal file
19
openvpn/pia/tcp/US East.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-east.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Florida.ovpn
Normal file
19
openvpn/pia/tcp/US Florida.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-florida.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Las Vegas.ovpn
Normal file
19
openvpn/pia/tcp/US Las Vegas.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-lasvegas.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Midwest.ovpn
Normal file
19
openvpn/pia/tcp/US Midwest.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-midwest.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US New York City.ovpn
Normal file
19
openvpn/pia/tcp/US New York City.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-newyorkcity.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Seattle.ovpn
Normal file
19
openvpn/pia/tcp/US Seattle.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-seattle.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Silicon Valley.ovpn
Normal file
19
openvpn/pia/tcp/US Silicon Valley.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-siliconvalley.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US Texas.ovpn
Normal file
19
openvpn/pia/tcp/US Texas.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-texas.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
19
openvpn/pia/tcp/US West.ovpn
Normal file
19
openvpn/pia/tcp/US West.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote us-west.privateinternetaccess.com 502
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
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.rsa.2048.pem
|
||||
ca /etc/openvpn/pia/ca.rsa.2048.crt
|
||||
disable-occ
|
Loading…
Reference in New Issue
Block a user