From 323d9195f4fb5dcedd025d5b4a4dda66a2de3191 Mon Sep 17 00:00:00 2001 From: eugenioseveri Date: Fri, 16 Feb 2018 18:37:53 +0100 Subject: [PATCH 1/2] Add PIA strong profiles --- openvpn/pia/strong/AU Melbourne.ovpn | 19 ++++++++++ openvpn/pia/strong/AU Sydney.ovpn | 19 ++++++++++ openvpn/pia/strong/Austria.ovpn | 19 ++++++++++ openvpn/pia/strong/Belgium.ovpn | 19 ++++++++++ openvpn/pia/strong/Brazil.ovpn | 19 ++++++++++ openvpn/pia/strong/CA Montreal.ovpn | 19 ++++++++++ openvpn/pia/strong/CA Toronto.ovpn | 19 ++++++++++ openvpn/pia/strong/CA Vancouver.ovpn | 19 ++++++++++ openvpn/pia/strong/Czech Republic.ovpn | 19 ++++++++++ openvpn/pia/strong/Denmark.ovpn | 19 ++++++++++ openvpn/pia/strong/Finland.ovpn | 19 ++++++++++ openvpn/pia/strong/France.ovpn | 19 ++++++++++ openvpn/pia/strong/Germany.ovpn | 19 ++++++++++ openvpn/pia/strong/Hong Kong.ovpn | 19 ++++++++++ openvpn/pia/strong/India.ovpn | 19 ++++++++++ openvpn/pia/strong/Ireland.ovpn | 19 ++++++++++ openvpn/pia/strong/Israel.ovpn | 19 ++++++++++ openvpn/pia/strong/Italy.ovpn | 19 ++++++++++ openvpn/pia/strong/Japan.ovpn | 19 ++++++++++ openvpn/pia/strong/Mexico.ovpn | 19 ++++++++++ openvpn/pia/strong/Netherlands.ovpn | 19 ++++++++++ openvpn/pia/strong/New Zealand.ovpn | 19 ++++++++++ openvpn/pia/strong/Norway.ovpn | 19 ++++++++++ openvpn/pia/strong/Romania.ovpn | 19 ++++++++++ openvpn/pia/strong/Singapore.ovpn | 19 ++++++++++ openvpn/pia/strong/Spain.ovpn | 19 ++++++++++ openvpn/pia/strong/Sweden.ovpn | 19 ++++++++++ openvpn/pia/strong/Switzerland.ovpn | 19 ++++++++++ openvpn/pia/strong/Turkey.ovpn | 19 ++++++++++ openvpn/pia/strong/UK London.ovpn | 19 ++++++++++ openvpn/pia/strong/UK Manchester.ovpn | 19 ++++++++++ openvpn/pia/strong/UK Southampton.ovpn | 19 ++++++++++ openvpn/pia/strong/US Atlanta.ovpn | 19 ++++++++++ openvpn/pia/strong/US California.ovpn | 19 ++++++++++ openvpn/pia/strong/US Chicago.ovpn | 19 ++++++++++ openvpn/pia/strong/US East.ovpn | 19 ++++++++++ openvpn/pia/strong/US Florida.ovpn | 19 ++++++++++ openvpn/pia/strong/US Midwest.ovpn | 19 ++++++++++ openvpn/pia/strong/US New York City.ovpn | 19 ++++++++++ openvpn/pia/strong/US Seattle.ovpn | 19 ++++++++++ openvpn/pia/strong/US Silicon Valley.ovpn | 19 ++++++++++ openvpn/pia/strong/US Texas.ovpn | 19 ++++++++++ openvpn/pia/strong/US West.ovpn | 19 ++++++++++ openvpn/pia/strong/ca.rsa.4096.crt | 43 +++++++++++++++++++++++ openvpn/pia/strong/crl.rsa.4096.pem | 20 +++++++++++ 45 files changed, 880 insertions(+) create mode 100644 openvpn/pia/strong/AU Melbourne.ovpn create mode 100644 openvpn/pia/strong/AU Sydney.ovpn create mode 100644 openvpn/pia/strong/Austria.ovpn create mode 100644 openvpn/pia/strong/Belgium.ovpn create mode 100644 openvpn/pia/strong/Brazil.ovpn create mode 100644 openvpn/pia/strong/CA Montreal.ovpn create mode 100644 openvpn/pia/strong/CA Toronto.ovpn create mode 100644 openvpn/pia/strong/CA Vancouver.ovpn create mode 100644 openvpn/pia/strong/Czech Republic.ovpn create mode 100644 openvpn/pia/strong/Denmark.ovpn create mode 100644 openvpn/pia/strong/Finland.ovpn create mode 100644 openvpn/pia/strong/France.ovpn create mode 100644 openvpn/pia/strong/Germany.ovpn create mode 100644 openvpn/pia/strong/Hong Kong.ovpn create mode 100644 openvpn/pia/strong/India.ovpn create mode 100644 openvpn/pia/strong/Ireland.ovpn create mode 100644 openvpn/pia/strong/Israel.ovpn create mode 100644 openvpn/pia/strong/Italy.ovpn create mode 100644 openvpn/pia/strong/Japan.ovpn create mode 100644 openvpn/pia/strong/Mexico.ovpn create mode 100644 openvpn/pia/strong/Netherlands.ovpn create mode 100644 openvpn/pia/strong/New Zealand.ovpn create mode 100644 openvpn/pia/strong/Norway.ovpn create mode 100644 openvpn/pia/strong/Romania.ovpn create mode 100644 openvpn/pia/strong/Singapore.ovpn create mode 100644 openvpn/pia/strong/Spain.ovpn create mode 100644 openvpn/pia/strong/Sweden.ovpn create mode 100644 openvpn/pia/strong/Switzerland.ovpn create mode 100644 openvpn/pia/strong/Turkey.ovpn create mode 100644 openvpn/pia/strong/UK London.ovpn create mode 100644 openvpn/pia/strong/UK Manchester.ovpn create mode 100644 openvpn/pia/strong/UK Southampton.ovpn create mode 100644 openvpn/pia/strong/US Atlanta.ovpn create mode 100644 openvpn/pia/strong/US California.ovpn create mode 100644 openvpn/pia/strong/US Chicago.ovpn create mode 100644 openvpn/pia/strong/US East.ovpn create mode 100644 openvpn/pia/strong/US Florida.ovpn create mode 100644 openvpn/pia/strong/US Midwest.ovpn create mode 100644 openvpn/pia/strong/US New York City.ovpn create mode 100644 openvpn/pia/strong/US Seattle.ovpn create mode 100644 openvpn/pia/strong/US Silicon Valley.ovpn create mode 100644 openvpn/pia/strong/US Texas.ovpn create mode 100644 openvpn/pia/strong/US West.ovpn create mode 100644 openvpn/pia/strong/ca.rsa.4096.crt create mode 100644 openvpn/pia/strong/crl.rsa.4096.pem diff --git a/openvpn/pia/strong/AU Melbourne.ovpn b/openvpn/pia/strong/AU Melbourne.ovpn new file mode 100644 index 000000000..7dcbb0755 --- /dev/null +++ b/openvpn/pia/strong/AU Melbourne.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote aus-melbourne.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 diff --git a/openvpn/pia/strong/AU Sydney.ovpn b/openvpn/pia/strong/AU Sydney.ovpn new file mode 100644 index 000000000..e37fbd2be --- /dev/null +++ b/openvpn/pia/strong/AU Sydney.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote aus.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 diff --git a/openvpn/pia/strong/Austria.ovpn b/openvpn/pia/strong/Austria.ovpn new file mode 100644 index 000000000..590056f6e --- /dev/null +++ b/openvpn/pia/strong/Austria.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote austria.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 diff --git a/openvpn/pia/strong/Belgium.ovpn b/openvpn/pia/strong/Belgium.ovpn new file mode 100644 index 000000000..af40170c7 --- /dev/null +++ b/openvpn/pia/strong/Belgium.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote belgium.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 diff --git a/openvpn/pia/strong/Brazil.ovpn b/openvpn/pia/strong/Brazil.ovpn new file mode 100644 index 000000000..30a6b6cac --- /dev/null +++ b/openvpn/pia/strong/Brazil.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote brazil.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 diff --git a/openvpn/pia/strong/CA Montreal.ovpn b/openvpn/pia/strong/CA Montreal.ovpn new file mode 100644 index 000000000..fba251f0f --- /dev/null +++ b/openvpn/pia/strong/CA Montreal.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote ca.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 diff --git a/openvpn/pia/strong/CA Toronto.ovpn b/openvpn/pia/strong/CA Toronto.ovpn new file mode 100644 index 000000000..fe15b0ce7 --- /dev/null +++ b/openvpn/pia/strong/CA Toronto.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote ca-toronto.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 diff --git a/openvpn/pia/strong/CA Vancouver.ovpn b/openvpn/pia/strong/CA Vancouver.ovpn new file mode 100644 index 000000000..4a7b7eaea --- /dev/null +++ b/openvpn/pia/strong/CA Vancouver.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote ca-vancouver.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 diff --git a/openvpn/pia/strong/Czech Republic.ovpn b/openvpn/pia/strong/Czech Republic.ovpn new file mode 100644 index 000000000..cf31d73a1 --- /dev/null +++ b/openvpn/pia/strong/Czech Republic.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote czech.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 diff --git a/openvpn/pia/strong/Denmark.ovpn b/openvpn/pia/strong/Denmark.ovpn new file mode 100644 index 000000000..c7f6fbe58 --- /dev/null +++ b/openvpn/pia/strong/Denmark.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote denmark.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 diff --git a/openvpn/pia/strong/Finland.ovpn b/openvpn/pia/strong/Finland.ovpn new file mode 100644 index 000000000..5caf2f740 --- /dev/null +++ b/openvpn/pia/strong/Finland.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote fi.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 diff --git a/openvpn/pia/strong/France.ovpn b/openvpn/pia/strong/France.ovpn new file mode 100644 index 000000000..c664eaf18 --- /dev/null +++ b/openvpn/pia/strong/France.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote france.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 diff --git a/openvpn/pia/strong/Germany.ovpn b/openvpn/pia/strong/Germany.ovpn new file mode 100644 index 000000000..7425b2cb2 --- /dev/null +++ b/openvpn/pia/strong/Germany.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote germany.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 diff --git a/openvpn/pia/strong/Hong Kong.ovpn b/openvpn/pia/strong/Hong Kong.ovpn new file mode 100644 index 000000000..5d900730e --- /dev/null +++ b/openvpn/pia/strong/Hong Kong.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote hk.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 diff --git a/openvpn/pia/strong/India.ovpn b/openvpn/pia/strong/India.ovpn new file mode 100644 index 000000000..d10340220 --- /dev/null +++ b/openvpn/pia/strong/India.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote in.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 diff --git a/openvpn/pia/strong/Ireland.ovpn b/openvpn/pia/strong/Ireland.ovpn new file mode 100644 index 000000000..53493930a --- /dev/null +++ b/openvpn/pia/strong/Ireland.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote ireland.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 diff --git a/openvpn/pia/strong/Israel.ovpn b/openvpn/pia/strong/Israel.ovpn new file mode 100644 index 000000000..0c043ee4c --- /dev/null +++ b/openvpn/pia/strong/Israel.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote israel.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 diff --git a/openvpn/pia/strong/Italy.ovpn b/openvpn/pia/strong/Italy.ovpn new file mode 100644 index 000000000..3e628585b --- /dev/null +++ b/openvpn/pia/strong/Italy.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote italy.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 diff --git a/openvpn/pia/strong/Japan.ovpn b/openvpn/pia/strong/Japan.ovpn new file mode 100644 index 000000000..f56ac4d88 --- /dev/null +++ b/openvpn/pia/strong/Japan.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote japan.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 diff --git a/openvpn/pia/strong/Mexico.ovpn b/openvpn/pia/strong/Mexico.ovpn new file mode 100644 index 000000000..590816a00 --- /dev/null +++ b/openvpn/pia/strong/Mexico.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote mexico.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 diff --git a/openvpn/pia/strong/Netherlands.ovpn b/openvpn/pia/strong/Netherlands.ovpn new file mode 100644 index 000000000..f4370dd8b --- /dev/null +++ b/openvpn/pia/strong/Netherlands.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote nl.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 diff --git a/openvpn/pia/strong/New Zealand.ovpn b/openvpn/pia/strong/New Zealand.ovpn new file mode 100644 index 000000000..f8d0c1b88 --- /dev/null +++ b/openvpn/pia/strong/New Zealand.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote nz.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 diff --git a/openvpn/pia/strong/Norway.ovpn b/openvpn/pia/strong/Norway.ovpn new file mode 100644 index 000000000..9cb56174b --- /dev/null +++ b/openvpn/pia/strong/Norway.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote no.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 diff --git a/openvpn/pia/strong/Romania.ovpn b/openvpn/pia/strong/Romania.ovpn new file mode 100644 index 000000000..44ce55ee0 --- /dev/null +++ b/openvpn/pia/strong/Romania.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote ro.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 diff --git a/openvpn/pia/strong/Singapore.ovpn b/openvpn/pia/strong/Singapore.ovpn new file mode 100644 index 000000000..e5ee6fc69 --- /dev/null +++ b/openvpn/pia/strong/Singapore.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote sg.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 diff --git a/openvpn/pia/strong/Spain.ovpn b/openvpn/pia/strong/Spain.ovpn new file mode 100644 index 000000000..7d3f229f0 --- /dev/null +++ b/openvpn/pia/strong/Spain.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote spain.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 diff --git a/openvpn/pia/strong/Sweden.ovpn b/openvpn/pia/strong/Sweden.ovpn new file mode 100644 index 000000000..de30ce47b --- /dev/null +++ b/openvpn/pia/strong/Sweden.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote sweden.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 diff --git a/openvpn/pia/strong/Switzerland.ovpn b/openvpn/pia/strong/Switzerland.ovpn new file mode 100644 index 000000000..b40ff63b4 --- /dev/null +++ b/openvpn/pia/strong/Switzerland.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote swiss.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 diff --git a/openvpn/pia/strong/Turkey.ovpn b/openvpn/pia/strong/Turkey.ovpn new file mode 100644 index 000000000..9c86658ac --- /dev/null +++ b/openvpn/pia/strong/Turkey.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote turkey.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 diff --git a/openvpn/pia/strong/UK London.ovpn b/openvpn/pia/strong/UK London.ovpn new file mode 100644 index 000000000..37e5ae588 --- /dev/null +++ b/openvpn/pia/strong/UK London.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote uk-london.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 diff --git a/openvpn/pia/strong/UK Manchester.ovpn b/openvpn/pia/strong/UK Manchester.ovpn new file mode 100644 index 000000000..2e9197e3e --- /dev/null +++ b/openvpn/pia/strong/UK Manchester.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote uk-manchester.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 diff --git a/openvpn/pia/strong/UK Southampton.ovpn b/openvpn/pia/strong/UK Southampton.ovpn new file mode 100644 index 000000000..a86803259 --- /dev/null +++ b/openvpn/pia/strong/UK Southampton.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote uk-southampton.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 diff --git a/openvpn/pia/strong/US Atlanta.ovpn b/openvpn/pia/strong/US Atlanta.ovpn new file mode 100644 index 000000000..e497ae32d --- /dev/null +++ b/openvpn/pia/strong/US Atlanta.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-atlanta.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 diff --git a/openvpn/pia/strong/US California.ovpn b/openvpn/pia/strong/US California.ovpn new file mode 100644 index 000000000..86ddde00c --- /dev/null +++ b/openvpn/pia/strong/US California.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-california.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 diff --git a/openvpn/pia/strong/US Chicago.ovpn b/openvpn/pia/strong/US Chicago.ovpn new file mode 100644 index 000000000..efcf9c249 --- /dev/null +++ b/openvpn/pia/strong/US Chicago.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-chicago.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 diff --git a/openvpn/pia/strong/US East.ovpn b/openvpn/pia/strong/US East.ovpn new file mode 100644 index 000000000..cf100c88c --- /dev/null +++ b/openvpn/pia/strong/US East.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-east.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 diff --git a/openvpn/pia/strong/US Florida.ovpn b/openvpn/pia/strong/US Florida.ovpn new file mode 100644 index 000000000..21b83fbc4 --- /dev/null +++ b/openvpn/pia/strong/US Florida.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-florida.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 diff --git a/openvpn/pia/strong/US Midwest.ovpn b/openvpn/pia/strong/US Midwest.ovpn new file mode 100644 index 000000000..72887a01c --- /dev/null +++ b/openvpn/pia/strong/US Midwest.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-midwest.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 diff --git a/openvpn/pia/strong/US New York City.ovpn b/openvpn/pia/strong/US New York City.ovpn new file mode 100644 index 000000000..08998b7c0 --- /dev/null +++ b/openvpn/pia/strong/US New York City.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-newyorkcity.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 diff --git a/openvpn/pia/strong/US Seattle.ovpn b/openvpn/pia/strong/US Seattle.ovpn new file mode 100644 index 000000000..df79720e3 --- /dev/null +++ b/openvpn/pia/strong/US Seattle.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-seattle.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 diff --git a/openvpn/pia/strong/US Silicon Valley.ovpn b/openvpn/pia/strong/US Silicon Valley.ovpn new file mode 100644 index 000000000..8b2d47a24 --- /dev/null +++ b/openvpn/pia/strong/US Silicon Valley.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-siliconvalley.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 diff --git a/openvpn/pia/strong/US Texas.ovpn b/openvpn/pia/strong/US Texas.ovpn new file mode 100644 index 000000000..c7bf2180b --- /dev/null +++ b/openvpn/pia/strong/US Texas.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-texas.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 diff --git a/openvpn/pia/strong/US West.ovpn b/openvpn/pia/strong/US West.ovpn new file mode 100644 index 000000000..ee37ace68 --- /dev/null +++ b/openvpn/pia/strong/US West.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-west.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 diff --git a/openvpn/pia/strong/ca.rsa.4096.crt b/openvpn/pia/strong/ca.rsa.4096.crt new file mode 100644 index 000000000..82dec692d --- /dev/null +++ b/openvpn/pia/strong/ca.rsa.4096.crt @@ -0,0 +1,43 @@ +-----BEGIN CERTIFICATE----- +MIIHqzCCBZOgAwIBAgIJAJ0u+vODZJntMA0GCSqGSIb3DQEBDQUAMIHoMQswCQYD +VQQGEwJVUzELMAkGA1UECBMCQ0ExEzARBgNVBAcTCkxvc0FuZ2VsZXMxIDAeBgNV +BAoTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQLExdQcml2YXRlIElu +dGVybmV0IEFjY2VzczEgMB4GA1UEAxMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3Mx +IDAeBgNVBCkTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMS8wLQYJKoZIhvcNAQkB +FiBzZWN1cmVAcHJpdmF0ZWludGVybmV0YWNjZXNzLmNvbTAeFw0xNDA0MTcxNzQw +MzNaFw0zNDA0MTIxNzQwMzNaMIHoMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0Ex +EzARBgNVBAcTCkxvc0FuZ2VsZXMxIDAeBgNVBAoTF1ByaXZhdGUgSW50ZXJuZXQg +QWNjZXNzMSAwHgYDVQQLExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UE +AxMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBCkTF1ByaXZhdGUgSW50 +ZXJuZXQgQWNjZXNzMS8wLQYJKoZIhvcNAQkBFiBzZWN1cmVAcHJpdmF0ZWludGVy +bmV0YWNjZXNzLmNvbTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALVk +hjumaqBbL8aSgj6xbX1QPTfTd1qHsAZd2B97m8Vw31c/2yQgZNf5qZY0+jOIHULN +De4R9TIvyBEbvnAg/OkPw8n/+ScgYOeH876VUXzjLDBnDb8DLr/+w9oVsuDeFJ9K +V2UFM1OYX0SnkHnrYAN2QLF98ESK4NCSU01h5zkcgmQ+qKSfA9Ny0/UpsKPBFqsQ +25NvjDWFhCpeqCHKUJ4Be27CDbSl7lAkBuHMPHJs8f8xPgAbHRXZOxVCpayZ2SND +fCwsnGWpWFoMGvdMbygngCn6jA/W1VSFOlRlfLuuGe7QFfDwA0jaLCxuWt/BgZyl +p7tAzYKR8lnWmtUCPm4+BtjyVDYtDCiGBD9Z4P13RFWvJHw5aapx/5W/CuvVyI7p +Kwvc2IT+KPxCUhH1XI8ca5RN3C9NoPJJf6qpg4g0rJH3aaWkoMRrYvQ+5PXXYUzj +tRHImghRGd/ydERYoAZXuGSbPkm9Y/p2X8unLcW+F0xpJD98+ZI+tzSsI99Zs5wi +jSUGYr9/j18KHFTMQ8n+1jauc5bCCegN27dPeKXNSZ5riXFL2XX6BkY68y58UaNz +meGMiUL9BOV1iV+PMb7B7PYs7oFLjAhh0EdyvfHkrh/ZV9BEhtFa7yXp8XR0J6vz +1YV9R6DYJmLjOEbhU8N0gc3tZm4Qz39lIIG6w3FDAgMBAAGjggFUMIIBUDAdBgNV +HQ4EFgQUrsRtyWJftjpdRM0+925Y6Cl08SUwggEfBgNVHSMEggEWMIIBEoAUrsRt +yWJftjpdRM0+925Y6Cl08SWhge6kgeswgegxCzAJBgNVBAYTAlVTMQswCQYDVQQI +EwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRl +cm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAw +HgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0 +ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRl +aW50ZXJuZXRhY2Nlc3MuY29tggkAnS7684Nkme0wDAYDVR0TBAUwAwEB/zANBgkq +hkiG9w0BAQ0FAAOCAgEAJsfhsPk3r8kLXLxY+v+vHzbr4ufNtqnL9/1Uuf8NrsCt +pXAoyZ0YqfbkWx3NHTZ7OE9ZRhdMP/RqHQE1p4N4Sa1nZKhTKasV6KhHDqSCt/dv +Em89xWm2MVA7nyzQxVlHa9AkcBaemcXEiyT19XdpiXOP4Vhs+J1R5m8zQOxZlV1G +tF9vsXmJqWZpOVPmZ8f35BCsYPvv4yMewnrtAC8PFEK/bOPeYcKN50bol22QYaZu +LfpkHfNiFTnfMh8sl/ablPyNY7DUNiP5DRcMdIwmfGQxR5WEQoHL3yPJ42LkB5zs +6jIm26DGNXfwura/mi105+ENH1CaROtRYwkiHb08U6qLXXJz80mWJkT90nr8Asj3 +5xN2cUppg74nG3YVav/38P48T56hG1NHbYF5uOCske19F6wi9maUoto/3vEr0rnX +JUp2KODmKdvBI7co245lHBABWikk8VfejQSlCtDBXn644ZMtAdoxKNfR2WTFVEwJ +iyd1Fzx0yujuiXDROLhISLQDRjVVAvawrAtLZWYK31bY7KlezPlQnl/D9Asxe85l +8jO5+0LdJ6VyOs/Hd4w52alDW/MFySDZSfQHMTIc30hLBJ8OnCEIvluVQQ2UQvoW ++no177N9L2Y+M9TcTA62ZyMXShHQGeh20rb4kK8f+iFX8NxtdHVSkxMEFSfDDyQ= +-----END CERTIFICATE----- diff --git a/openvpn/pia/strong/crl.rsa.4096.pem b/openvpn/pia/strong/crl.rsa.4096.pem new file mode 100644 index 000000000..dbc26b216 --- /dev/null +++ b/openvpn/pia/strong/crl.rsa.4096.pem @@ -0,0 +1,20 @@ +-----BEGIN X509 CRL----- +MIIDWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQI +EwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRl +cm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAw +HgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0 +ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRl +aW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZa +MCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG +9w0BAQ0FAAOCAgEAppFfEpGsasjB1QgJcosGpzbf2kfRhM84o2TlqY1ua+Gi5TMd +KydA3LJcNTjlI9a0TYAJfeRX5IkpoglSUuHuJgXhP3nEvX10mjXDpcu/YvM8TdE5 +JV2+EGqZ80kFtBeOq94WcpiVKFTR4fO+VkOK9zwspFfb1cNs9rHvgJ1QMkRUF8Pp +LN6AkntHY0+6DnigtSaKqldqjKTDTv2OeH3nPoh80SGrt0oCOmYKfWTJGpggMGKv +IdvU3vH9+EuILZKKIskt+1dwdfA5Bkz1GLmiQG7+9ZZBQUjBG9Dos4hfX/rwJ3eU +8oUIm4WoTz9rb71SOEuUUjP5NPy9HNx2vx+cVvLsTF4ZDZaUztW9o9JmIURDtbey +qxuHN3prlPWB6aj73IIm2dsDQvs3XXwRIxs8NwLbJ6CyEuvEOVCskdM8rdADWx1J +0lRNlOJ0Z8ieLLEmYAA834VN1SboB6wJIAPxQU3rcBhXqO9y8aa2oRMg8NxZ5gr+ +PnKVMqag1x0IxbIgLxtkXQvxXxQHEMSODzvcOfK/nBRBsqTj30P+R87sU8titOox +NeRnBDRNhdEy/QGAqGh62ShPpQUCJdnKRiRTjnil9hMQHevoSuFKeEMO30FQL7BZ +yo37GFU+q1WPCplVZgCP9hC8Rn5K2+f6KLFo5bhtowSmu+GY1yZtg+RTtsA= +-----END X509 CRL----- From 78ae0a703bb3ad76f8c3567839cdbac1298361a1 Mon Sep 17 00:00:00 2001 From: eugenioseveri Date: Sat, 17 Feb 2018 14:36:49 +0100 Subject: [PATCH 2/2] Add missing PIA profiles --- openvpn/pia/Austria.ovpn | 19 +++++++++++++++++++ openvpn/pia/Belgium.ovpn | 19 +++++++++++++++++++ .../{CA North York.ovpn => CA Montreal.ovpn} | 0 openvpn/pia/CA Vancouver.ovpn | 19 +++++++++++++++++++ openvpn/pia/Czech Republic.ovpn | 19 +++++++++++++++++++ openvpn/pia/Spain.ovpn | 19 +++++++++++++++++++ openvpn/pia/UK Manchester.ovpn | 19 +++++++++++++++++++ openvpn/pia/US Atlanta.ovpn | 19 +++++++++++++++++++ openvpn/pia/US Chicago.ovpn | 19 +++++++++++++++++++ 9 files changed, 152 insertions(+) create mode 100644 openvpn/pia/Austria.ovpn create mode 100644 openvpn/pia/Belgium.ovpn rename openvpn/pia/{CA North York.ovpn => CA Montreal.ovpn} (100%) create mode 100644 openvpn/pia/CA Vancouver.ovpn create mode 100644 openvpn/pia/Czech Republic.ovpn create mode 100644 openvpn/pia/Spain.ovpn create mode 100644 openvpn/pia/UK Manchester.ovpn create mode 100644 openvpn/pia/US Atlanta.ovpn create mode 100644 openvpn/pia/US Chicago.ovpn diff --git a/openvpn/pia/Austria.ovpn b/openvpn/pia/Austria.ovpn new file mode 100644 index 000000000..20c63cd0a --- /dev/null +++ b/openvpn/pia/Austria.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote austria.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 diff --git a/openvpn/pia/Belgium.ovpn b/openvpn/pia/Belgium.ovpn new file mode 100644 index 000000000..61b996cc7 --- /dev/null +++ b/openvpn/pia/Belgium.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote belgium.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 diff --git a/openvpn/pia/CA North York.ovpn b/openvpn/pia/CA Montreal.ovpn similarity index 100% rename from openvpn/pia/CA North York.ovpn rename to openvpn/pia/CA Montreal.ovpn diff --git a/openvpn/pia/CA Vancouver.ovpn b/openvpn/pia/CA Vancouver.ovpn new file mode 100644 index 000000000..be593cb57 --- /dev/null +++ b/openvpn/pia/CA Vancouver.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote ca-vancouver.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 diff --git a/openvpn/pia/Czech Republic.ovpn b/openvpn/pia/Czech Republic.ovpn new file mode 100644 index 000000000..742088df9 --- /dev/null +++ b/openvpn/pia/Czech Republic.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote czech.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 diff --git a/openvpn/pia/Spain.ovpn b/openvpn/pia/Spain.ovpn new file mode 100644 index 000000000..241ce0867 --- /dev/null +++ b/openvpn/pia/Spain.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote spain.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 diff --git a/openvpn/pia/UK Manchester.ovpn b/openvpn/pia/UK Manchester.ovpn new file mode 100644 index 000000000..f52541684 --- /dev/null +++ b/openvpn/pia/UK Manchester.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote uk-manchester.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 diff --git a/openvpn/pia/US Atlanta.ovpn b/openvpn/pia/US Atlanta.ovpn new file mode 100644 index 000000000..a5484fa01 --- /dev/null +++ b/openvpn/pia/US Atlanta.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-atlanta.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 diff --git a/openvpn/pia/US Chicago.ovpn b/openvpn/pia/US Chicago.ovpn new file mode 100644 index 000000000..725b22808 --- /dev/null +++ b/openvpn/pia/US Chicago.ovpn @@ -0,0 +1,19 @@ +client +dev tun +proto udp +remote us-chicago.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