diff --git a/README.md b/README.md index 468598ee1..6ef666a86 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ This is a list of providers that are bundled within the image. Feel free to crea | FreeVPN | `FREEVPN` | | FrootVPN | `FROOT` | | FrostVPN | `FROSTVPN` | +| GhostPath | `GHOSTPATH` | | Giganews | `GIGANEWS` | | HideMe | `HIDEME` | | HideMyAss | `HIDEMYASS` | diff --git a/openvpn/ghostpath/Australia-Brisbane.ovpn b/openvpn/ghostpath/Australia-Brisbane.ovpn new file mode 100644 index 000000000..2d3806c5b --- /dev/null +++ b/openvpn/ghostpath/Australia-Brisbane.ovpn @@ -0,0 +1,11 @@ +remote bne1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Australia-Melbourne.ovpn b/openvpn/ghostpath/Australia-Melbourne.ovpn new file mode 100644 index 000000000..656724f17 --- /dev/null +++ b/openvpn/ghostpath/Australia-Melbourne.ovpn @@ -0,0 +1,11 @@ +remote mel3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Australia-Perth.ovpn b/openvpn/ghostpath/Australia-Perth.ovpn new file mode 100644 index 000000000..08d780917 --- /dev/null +++ b/openvpn/ghostpath/Australia-Perth.ovpn @@ -0,0 +1,11 @@ +remote per6.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Australia-Sydney.ovpn b/openvpn/ghostpath/Australia-Sydney.ovpn new file mode 100644 index 000000000..6b021d52a --- /dev/null +++ b/openvpn/ghostpath/Australia-Sydney.ovpn @@ -0,0 +1,11 @@ +remote syd1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Austria-Graz.ovpn b/openvpn/ghostpath/Austria-Graz.ovpn new file mode 100644 index 000000000..f563d96b4 --- /dev/null +++ b/openvpn/ghostpath/Austria-Graz.ovpn @@ -0,0 +1,11 @@ +remote grz1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Belgium-Ostend.ovpn b/openvpn/ghostpath/Belgium-Ostend.ovpn new file mode 100644 index 000000000..97544b381 --- /dev/null +++ b/openvpn/ghostpath/Belgium-Ostend.ovpn @@ -0,0 +1,12 @@ +remote ost2.gpvpn.com 443 udp +remote ost3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Brazil-Sao-Paulo.ovpn b/openvpn/ghostpath/Brazil-Sao-Paulo.ovpn new file mode 100644 index 000000000..9b8088770 --- /dev/null +++ b/openvpn/ghostpath/Brazil-Sao-Paulo.ovpn @@ -0,0 +1,12 @@ +remote gru1.gpvpn.com 443 udp +remote gru2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Bulgaria-Sofia.ovpn b/openvpn/ghostpath/Bulgaria-Sofia.ovpn new file mode 100644 index 000000000..d2e34ccc2 --- /dev/null +++ b/openvpn/ghostpath/Bulgaria-Sofia.ovpn @@ -0,0 +1,11 @@ +remote sof1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Canada-Montreal.ovpn b/openvpn/ghostpath/Canada-Montreal.ovpn new file mode 100644 index 000000000..6b9906f8d --- /dev/null +++ b/openvpn/ghostpath/Canada-Montreal.ovpn @@ -0,0 +1,12 @@ +remote yul1.gpvpn.com 443 udp +remote yul2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Canada-Quebec-City.ovpn b/openvpn/ghostpath/Canada-Quebec-City.ovpn new file mode 100644 index 000000000..789f7862d --- /dev/null +++ b/openvpn/ghostpath/Canada-Quebec-City.ovpn @@ -0,0 +1,11 @@ +remote yqb1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Canada-Toronto.ovpn b/openvpn/ghostpath/Canada-Toronto.ovpn new file mode 100644 index 000000000..7be4475d6 --- /dev/null +++ b/openvpn/ghostpath/Canada-Toronto.ovpn @@ -0,0 +1,14 @@ +remote yyz1.gpvpn.com 443 udp +remote yyz2.gpvpn.com 443 udp +remote yyz4.gpvpn.com 443 udp +remote yyz5.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Canada-Vancouver.ovpn b/openvpn/ghostpath/Canada-Vancouver.ovpn new file mode 100644 index 000000000..76b8eee24 --- /dev/null +++ b/openvpn/ghostpath/Canada-Vancouver.ovpn @@ -0,0 +1,11 @@ +remote yvr1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Chile-Vina-del-Mar.ovpn b/openvpn/ghostpath/Chile-Vina-del-Mar.ovpn new file mode 100644 index 000000000..91fa10a64 --- /dev/null +++ b/openvpn/ghostpath/Chile-Vina-del-Mar.ovpn @@ -0,0 +1,11 @@ +remote kna1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Czech-Republic-Prague.ovpn b/openvpn/ghostpath/Czech-Republic-Prague.ovpn new file mode 100644 index 000000000..d52e7656f --- /dev/null +++ b/openvpn/ghostpath/Czech-Republic-Prague.ovpn @@ -0,0 +1,12 @@ +remote prg1.gpvpn.com 443 udp +remote prg2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Denmark-Copenhagen.ovpn b/openvpn/ghostpath/Denmark-Copenhagen.ovpn new file mode 100644 index 000000000..a68a8d539 --- /dev/null +++ b/openvpn/ghostpath/Denmark-Copenhagen.ovpn @@ -0,0 +1,11 @@ +remote cph1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Estonia-Tallinn.ovpn b/openvpn/ghostpath/Estonia-Tallinn.ovpn new file mode 100644 index 000000000..c7b3eb9ac --- /dev/null +++ b/openvpn/ghostpath/Estonia-Tallinn.ovpn @@ -0,0 +1,11 @@ +remote tll1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/France-Lillie.ovpn b/openvpn/ghostpath/France-Lillie.ovpn new file mode 100644 index 000000000..d7dd33713 --- /dev/null +++ b/openvpn/ghostpath/France-Lillie.ovpn @@ -0,0 +1,11 @@ +remote lil1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/France-Paris.ovpn b/openvpn/ghostpath/France-Paris.ovpn new file mode 100644 index 000000000..853b7980f --- /dev/null +++ b/openvpn/ghostpath/France-Paris.ovpn @@ -0,0 +1,12 @@ +remote cdg1.gpvpn.com 443 udp +remote cdg2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/France-Strasbourg.ovpn b/openvpn/ghostpath/France-Strasbourg.ovpn new file mode 100644 index 000000000..c96e4023c --- /dev/null +++ b/openvpn/ghostpath/France-Strasbourg.ovpn @@ -0,0 +1,11 @@ +remote sxb1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Germany-Frankfurt.ovpn b/openvpn/ghostpath/Germany-Frankfurt.ovpn new file mode 100644 index 000000000..1b0bd35a3 --- /dev/null +++ b/openvpn/ghostpath/Germany-Frankfurt.ovpn @@ -0,0 +1,13 @@ +remote fra1.gpvpn.com 443 udp +remote fra2.gpvpn.com 443 udp +remote fra4.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Germany-Nurnberg.ovpn b/openvpn/ghostpath/Germany-Nurnberg.ovpn new file mode 100644 index 000000000..e1e502f3c --- /dev/null +++ b/openvpn/ghostpath/Germany-Nurnberg.ovpn @@ -0,0 +1,11 @@ +remote nue1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Hong-Kong-Hong-Kong.ovpn b/openvpn/ghostpath/Hong-Kong-Hong-Kong.ovpn new file mode 100644 index 000000000..b7cefbb78 --- /dev/null +++ b/openvpn/ghostpath/Hong-Kong-Hong-Kong.ovpn @@ -0,0 +1,11 @@ +remote hkg2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Hungary-Budapest.ovpn b/openvpn/ghostpath/Hungary-Budapest.ovpn new file mode 100644 index 000000000..121f24cd2 --- /dev/null +++ b/openvpn/ghostpath/Hungary-Budapest.ovpn @@ -0,0 +1,11 @@ +remote bud1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Iceland-Reykjavik.ovpn b/openvpn/ghostpath/Iceland-Reykjavik.ovpn new file mode 100644 index 000000000..4b1dda30f --- /dev/null +++ b/openvpn/ghostpath/Iceland-Reykjavik.ovpn @@ -0,0 +1,11 @@ +remote rkv1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/India-Bangalore.ovpn b/openvpn/ghostpath/India-Bangalore.ovpn new file mode 100644 index 000000000..ef77b8f87 --- /dev/null +++ b/openvpn/ghostpath/India-Bangalore.ovpn @@ -0,0 +1,11 @@ +remote blr1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/India-Madras.ovpn b/openvpn/ghostpath/India-Madras.ovpn new file mode 100644 index 000000000..84bc57c9d --- /dev/null +++ b/openvpn/ghostpath/India-Madras.ovpn @@ -0,0 +1,11 @@ +remote maa1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/India-Pune.ovpn b/openvpn/ghostpath/India-Pune.ovpn new file mode 100644 index 000000000..776bf7dce --- /dev/null +++ b/openvpn/ghostpath/India-Pune.ovpn @@ -0,0 +1,11 @@ +remote pnq2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Indonesia-Jakarta.ovpn b/openvpn/ghostpath/Indonesia-Jakarta.ovpn new file mode 100644 index 000000000..051c300d8 --- /dev/null +++ b/openvpn/ghostpath/Indonesia-Jakarta.ovpn @@ -0,0 +1,11 @@ +remote cgk1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Ireland-Dublin.ovpn b/openvpn/ghostpath/Ireland-Dublin.ovpn new file mode 100644 index 000000000..64bae1043 --- /dev/null +++ b/openvpn/ghostpath/Ireland-Dublin.ovpn @@ -0,0 +1,12 @@ +remote dub1.gpvpn.com 443 udp +remote dub2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Israel-Tel-Aviv-Yafo.ovpn b/openvpn/ghostpath/Israel-Tel-Aviv-Yafo.ovpn new file mode 100644 index 000000000..03b82b480 --- /dev/null +++ b/openvpn/ghostpath/Israel-Tel-Aviv-Yafo.ovpn @@ -0,0 +1,12 @@ +remote tlv2.gpvpn.com 443 udp +remote tlv3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Italy-Milan.ovpn b/openvpn/ghostpath/Italy-Milan.ovpn new file mode 100644 index 000000000..647e0ec51 --- /dev/null +++ b/openvpn/ghostpath/Italy-Milan.ovpn @@ -0,0 +1,13 @@ +remote mxp1.gpvpn.com 443 udp +remote mxp2.gpvpn.com 443 udp +remote mxp3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Japan-Tokyo.ovpn b/openvpn/ghostpath/Japan-Tokyo.ovpn new file mode 100644 index 000000000..6c25100fb --- /dev/null +++ b/openvpn/ghostpath/Japan-Tokyo.ovpn @@ -0,0 +1,12 @@ +remote nrt1.gpvpn.com 443 udp +remote nrt2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Latvia-Riga.ovpn b/openvpn/ghostpath/Latvia-Riga.ovpn new file mode 100644 index 000000000..238d836f2 --- /dev/null +++ b/openvpn/ghostpath/Latvia-Riga.ovpn @@ -0,0 +1,11 @@ +remote rix1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Luxembourg-Luxembourg.ovpn b/openvpn/ghostpath/Luxembourg-Luxembourg.ovpn new file mode 100644 index 000000000..852ee72ef --- /dev/null +++ b/openvpn/ghostpath/Luxembourg-Luxembourg.ovpn @@ -0,0 +1,11 @@ +remote lux1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Malaysia-Kuala-Lumpur.ovpn b/openvpn/ghostpath/Malaysia-Kuala-Lumpur.ovpn new file mode 100644 index 000000000..421df2954 --- /dev/null +++ b/openvpn/ghostpath/Malaysia-Kuala-Lumpur.ovpn @@ -0,0 +1,11 @@ +remote kul3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Netherlands-Amsterdam.ovpn b/openvpn/ghostpath/Netherlands-Amsterdam.ovpn new file mode 100644 index 000000000..09ea8c5de --- /dev/null +++ b/openvpn/ghostpath/Netherlands-Amsterdam.ovpn @@ -0,0 +1,14 @@ +remote ams1.gpvpn.com 443 udp +remote ams2.gpvpn.com 443 udp +remote ams3.gpvpn.com 443 udp +remote ams4.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Norway-Torp.ovpn b/openvpn/ghostpath/Norway-Torp.ovpn new file mode 100644 index 000000000..1cb951611 --- /dev/null +++ b/openvpn/ghostpath/Norway-Torp.ovpn @@ -0,0 +1,11 @@ +remote trf1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Panama-Panama-City.ovpn b/openvpn/ghostpath/Panama-Panama-City.ovpn new file mode 100644 index 000000000..f02d3b5dd --- /dev/null +++ b/openvpn/ghostpath/Panama-Panama-City.ovpn @@ -0,0 +1,11 @@ +remote pty2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Poland-Gdansk.ovpn b/openvpn/ghostpath/Poland-Gdansk.ovpn new file mode 100644 index 000000000..a61197f6f --- /dev/null +++ b/openvpn/ghostpath/Poland-Gdansk.ovpn @@ -0,0 +1,12 @@ +remote gdn1.gpvpn.com 443 udp +remote gdn2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Poland-Warsaw.ovpn b/openvpn/ghostpath/Poland-Warsaw.ovpn new file mode 100644 index 000000000..1d55cfd1a --- /dev/null +++ b/openvpn/ghostpath/Poland-Warsaw.ovpn @@ -0,0 +1,11 @@ +remote waw1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Portugal-Lisbon.ovpn b/openvpn/ghostpath/Portugal-Lisbon.ovpn new file mode 100644 index 000000000..b127620ed --- /dev/null +++ b/openvpn/ghostpath/Portugal-Lisbon.ovpn @@ -0,0 +1,11 @@ +remote lis1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Romania-Bucharest.ovpn b/openvpn/ghostpath/Romania-Bucharest.ovpn new file mode 100644 index 000000000..1f84dbd9f --- /dev/null +++ b/openvpn/ghostpath/Romania-Bucharest.ovpn @@ -0,0 +1,11 @@ +remote buh2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Russia-Moscow.ovpn b/openvpn/ghostpath/Russia-Moscow.ovpn new file mode 100644 index 000000000..ef403aff5 --- /dev/null +++ b/openvpn/ghostpath/Russia-Moscow.ovpn @@ -0,0 +1,12 @@ +remote svo1.gpvpn.com 443 udp +remote svo2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Russian-St.Petersburg.ovpn b/openvpn/ghostpath/Russian-St.Petersburg.ovpn new file mode 100644 index 000000000..7c2b176a7 --- /dev/null +++ b/openvpn/ghostpath/Russian-St.Petersburg.ovpn @@ -0,0 +1,11 @@ +remote led1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Singapore-Singapore.ovpn b/openvpn/ghostpath/Singapore-Singapore.ovpn new file mode 100644 index 000000000..85ab6897f --- /dev/null +++ b/openvpn/ghostpath/Singapore-Singapore.ovpn @@ -0,0 +1,13 @@ +remote sin1.gpvpn.com 443 udp +remote sin2.gpvpn.com 443 udp +remote sin3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Slovenia-Ljubljana.ovpn b/openvpn/ghostpath/Slovenia-Ljubljana.ovpn new file mode 100644 index 000000000..24c3f22c5 --- /dev/null +++ b/openvpn/ghostpath/Slovenia-Ljubljana.ovpn @@ -0,0 +1,11 @@ +remote lju1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/South-Africa-Cape-Town.ovpn b/openvpn/ghostpath/South-Africa-Cape-Town.ovpn new file mode 100644 index 000000000..51508647c --- /dev/null +++ b/openvpn/ghostpath/South-Africa-Cape-Town.ovpn @@ -0,0 +1,11 @@ +remote cpt1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Spain-Barcelona.ovpn b/openvpn/ghostpath/Spain-Barcelona.ovpn new file mode 100644 index 000000000..dc66d8a34 --- /dev/null +++ b/openvpn/ghostpath/Spain-Barcelona.ovpn @@ -0,0 +1,11 @@ +remote bcn2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Spain-Madrid.ovpn b/openvpn/ghostpath/Spain-Madrid.ovpn new file mode 100644 index 000000000..96e92d7ca --- /dev/null +++ b/openvpn/ghostpath/Spain-Madrid.ovpn @@ -0,0 +1,11 @@ +remote mad1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Sweden-Halmstad.ovpn b/openvpn/ghostpath/Sweden-Halmstad.ovpn new file mode 100644 index 000000000..724f06b39 --- /dev/null +++ b/openvpn/ghostpath/Sweden-Halmstad.ovpn @@ -0,0 +1,11 @@ +remote had2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Sweden-Stockholm.ovpn b/openvpn/ghostpath/Sweden-Stockholm.ovpn new file mode 100644 index 000000000..8a30c2e53 --- /dev/null +++ b/openvpn/ghostpath/Sweden-Stockholm.ovpn @@ -0,0 +1,12 @@ +remote arn2.gpvpn.com 443 udp +remote arn3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Switzerland-Zurich.ovpn b/openvpn/ghostpath/Switzerland-Zurich.ovpn new file mode 100644 index 000000000..9449ee6f1 --- /dev/null +++ b/openvpn/ghostpath/Switzerland-Zurich.ovpn @@ -0,0 +1,11 @@ +remote zrh2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Taiwan-Taipei.ovpn b/openvpn/ghostpath/Taiwan-Taipei.ovpn new file mode 100644 index 000000000..fef536c52 --- /dev/null +++ b/openvpn/ghostpath/Taiwan-Taipei.ovpn @@ -0,0 +1,11 @@ +remote tpe2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Thailand-Bangkok.ovpn b/openvpn/ghostpath/Thailand-Bangkok.ovpn new file mode 100644 index 000000000..7021958cf --- /dev/null +++ b/openvpn/ghostpath/Thailand-Bangkok.ovpn @@ -0,0 +1,11 @@ +remote bkk1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Turkey-Istanbul.ovpn b/openvpn/ghostpath/Turkey-Istanbul.ovpn new file mode 100644 index 000000000..3e0256f3c --- /dev/null +++ b/openvpn/ghostpath/Turkey-Istanbul.ovpn @@ -0,0 +1,11 @@ +remote ist1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/Ukraine-Kiev.ovpn b/openvpn/ghostpath/Ukraine-Kiev.ovpn new file mode 100644 index 000000000..386c6dbe8 --- /dev/null +++ b/openvpn/ghostpath/Ukraine-Kiev.ovpn @@ -0,0 +1,11 @@ +remote iev1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-Kingdom-Coventry.ovpn b/openvpn/ghostpath/United-Kingdom-Coventry.ovpn new file mode 100644 index 000000000..77d75e359 --- /dev/null +++ b/openvpn/ghostpath/United-Kingdom-Coventry.ovpn @@ -0,0 +1,11 @@ +remote cvt1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-Kingdom-Isle-of-Man.ovpn b/openvpn/ghostpath/United-Kingdom-Isle-of-Man.ovpn new file mode 100644 index 000000000..5cae745a9 --- /dev/null +++ b/openvpn/ghostpath/United-Kingdom-Isle-of-Man.ovpn @@ -0,0 +1,11 @@ +remote iom1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-Kingdom-London.ovpn b/openvpn/ghostpath/United-Kingdom-London.ovpn new file mode 100644 index 000000000..0b52ed0b2 --- /dev/null +++ b/openvpn/ghostpath/United-Kingdom-London.ovpn @@ -0,0 +1,19 @@ +remote lhr1.gpvpn.com 443 udp +remote lhr2.gpvpn.com 443 udp +remote lhr3.gpvpn.com 443 udp +remote lhr4.gpvpn.com 443 udp +remote lhr5.gpvpn.com 443 udp +remote lhr6.gpvpn.com 443 udp +remote lhr7.gpvpn.com 443 udp +remote lhr8.gpvpn.com 443 udp +remote lhr9.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-Kingdom-Manchester.ovpn b/openvpn/ghostpath/United-Kingdom-Manchester.ovpn new file mode 100644 index 000000000..d51baa79c --- /dev/null +++ b/openvpn/ghostpath/United-Kingdom-Manchester.ovpn @@ -0,0 +1,11 @@ +remote man3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-Kingdom-Southampton.ovpn b/openvpn/ghostpath/United-Kingdom-Southampton.ovpn new file mode 100644 index 000000000..50fece307 --- /dev/null +++ b/openvpn/ghostpath/United-Kingdom-Southampton.ovpn @@ -0,0 +1,12 @@ +remote sou1.gpvpn.com 443 udp +remote sou5.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Atlanta.ovpn b/openvpn/ghostpath/United-States-Atlanta.ovpn new file mode 100644 index 000000000..b2deca70f --- /dev/null +++ b/openvpn/ghostpath/United-States-Atlanta.ovpn @@ -0,0 +1,13 @@ +remote atl1.gpvpn.com 443 udp +remote atl4.gpvpn.com 443 udp +remote atl5.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Boston.ovpn b/openvpn/ghostpath/United-States-Boston.ovpn new file mode 100644 index 000000000..1f2b8fa32 --- /dev/null +++ b/openvpn/ghostpath/United-States-Boston.ovpn @@ -0,0 +1,11 @@ +remote bos1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Buffalo.ovpn b/openvpn/ghostpath/United-States-Buffalo.ovpn new file mode 100644 index 000000000..80e712fb5 --- /dev/null +++ b/openvpn/ghostpath/United-States-Buffalo.ovpn @@ -0,0 +1,11 @@ +remote buf1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Charlotte.ovpn b/openvpn/ghostpath/United-States-Charlotte.ovpn new file mode 100644 index 000000000..fc6984b30 --- /dev/null +++ b/openvpn/ghostpath/United-States-Charlotte.ovpn @@ -0,0 +1,11 @@ +remote clt2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Chicago.ovpn b/openvpn/ghostpath/United-States-Chicago.ovpn new file mode 100644 index 000000000..19de7509d --- /dev/null +++ b/openvpn/ghostpath/United-States-Chicago.ovpn @@ -0,0 +1,13 @@ +remote ord3.gpvpn.com 443 udp +remote ord4.gpvpn.com 443 udp +remote ord5.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Columbus.ovpn b/openvpn/ghostpath/United-States-Columbus.ovpn new file mode 100644 index 000000000..52575796d --- /dev/null +++ b/openvpn/ghostpath/United-States-Columbus.ovpn @@ -0,0 +1,11 @@ +remote cmh1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Dallas.ovpn b/openvpn/ghostpath/United-States-Dallas.ovpn new file mode 100644 index 000000000..b8e237817 --- /dev/null +++ b/openvpn/ghostpath/United-States-Dallas.ovpn @@ -0,0 +1,14 @@ +remote dfw2.gpvpn.com 443 udp +remote dfw3.gpvpn.com 443 udp +remote dfw4.gpvpn.com 443 udp +remote dfw5.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Denver.ovpn b/openvpn/ghostpath/United-States-Denver.ovpn new file mode 100644 index 000000000..624c3869a --- /dev/null +++ b/openvpn/ghostpath/United-States-Denver.ovpn @@ -0,0 +1,11 @@ +remote den1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Dubuque.ovpn b/openvpn/ghostpath/United-States-Dubuque.ovpn new file mode 100644 index 000000000..e5dc34e3f --- /dev/null +++ b/openvpn/ghostpath/United-States-Dubuque.ovpn @@ -0,0 +1,11 @@ +remote dbq1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Houston.ovpn b/openvpn/ghostpath/United-States-Houston.ovpn new file mode 100644 index 000000000..8568b111f --- /dev/null +++ b/openvpn/ghostpath/United-States-Houston.ovpn @@ -0,0 +1,11 @@ +remote hou2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Kansas-City.ovpn b/openvpn/ghostpath/United-States-Kansas-City.ovpn new file mode 100644 index 000000000..403d28ba2 --- /dev/null +++ b/openvpn/ghostpath/United-States-Kansas-City.ovpn @@ -0,0 +1,12 @@ +remote mci2.gpvpn.com 443 udp +remote mci3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Las-Vegas.ovpn b/openvpn/ghostpath/United-States-Las-Vegas.ovpn new file mode 100644 index 000000000..49138fa0f --- /dev/null +++ b/openvpn/ghostpath/United-States-Las-Vegas.ovpn @@ -0,0 +1,11 @@ +remote las1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Los-Angeles.ovpn b/openvpn/ghostpath/United-States-Los-Angeles.ovpn new file mode 100644 index 000000000..662d6316a --- /dev/null +++ b/openvpn/ghostpath/United-States-Los-Angeles.ovpn @@ -0,0 +1,13 @@ +remote lax2.gpvpn.com 443 udp +remote lax1.gpvpn.com 443 udp +remote lax7.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Miami.ovpn b/openvpn/ghostpath/United-States-Miami.ovpn new file mode 100644 index 000000000..babad4055 --- /dev/null +++ b/openvpn/ghostpath/United-States-Miami.ovpn @@ -0,0 +1,12 @@ +remote mia5.gpvpn.com 443 udp +remote mia6.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Morganton.ovpn b/openvpn/ghostpath/United-States-Morganton.ovpn new file mode 100644 index 000000000..7a0c9e3a9 --- /dev/null +++ b/openvpn/ghostpath/United-States-Morganton.ovpn @@ -0,0 +1,11 @@ +remote mrn1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-New-York.ovpn b/openvpn/ghostpath/United-States-New-York.ovpn new file mode 100644 index 000000000..d6afc7671 --- /dev/null +++ b/openvpn/ghostpath/United-States-New-York.ovpn @@ -0,0 +1,13 @@ +remote lga1.gpvpn.com 443 udp +remote lga3.gpvpn.com 443 udp +remote lga4.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Newark.ovpn b/openvpn/ghostpath/United-States-Newark.ovpn new file mode 100644 index 000000000..1efec2b89 --- /dev/null +++ b/openvpn/ghostpath/United-States-Newark.ovpn @@ -0,0 +1,13 @@ +remote ewr1.gpvpn.com 443 udp +remote ewr2.gpvpn.com 443 udp +remote ewr3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Palo-Alto.ovpn b/openvpn/ghostpath/United-States-Palo-Alto.ovpn new file mode 100644 index 000000000..6b8c0f1b0 --- /dev/null +++ b/openvpn/ghostpath/United-States-Palo-Alto.ovpn @@ -0,0 +1,13 @@ +remote pao1.gpvpn.com 443 udp +remote pao2.gpvpn.com 443 udp +remote pao3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Phoenix.ovpn b/openvpn/ghostpath/United-States-Phoenix.ovpn new file mode 100644 index 000000000..173b27418 --- /dev/null +++ b/openvpn/ghostpath/United-States-Phoenix.ovpn @@ -0,0 +1,11 @@ +remote phx2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Rochester.ovpn b/openvpn/ghostpath/United-States-Rochester.ovpn new file mode 100644 index 000000000..a4552927e --- /dev/null +++ b/openvpn/ghostpath/United-States-Rochester.ovpn @@ -0,0 +1,11 @@ +remote rcs1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Roseburg.ovpn b/openvpn/ghostpath/United-States-Roseburg.ovpn new file mode 100644 index 000000000..0811674db --- /dev/null +++ b/openvpn/ghostpath/United-States-Roseburg.ovpn @@ -0,0 +1,12 @@ +remote rbg1.gpvpn.com 443 udp +remote rbg2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Salt-Lake-City.ovpn b/openvpn/ghostpath/United-States-Salt-Lake-City.ovpn new file mode 100644 index 000000000..dc31a39c1 --- /dev/null +++ b/openvpn/ghostpath/United-States-Salt-Lake-City.ovpn @@ -0,0 +1,12 @@ +remote slc1.gpvpn.com 443 udp +remote slc3.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-San-Diego.ovpn b/openvpn/ghostpath/United-States-San-Diego.ovpn new file mode 100644 index 000000000..98c1d95f6 --- /dev/null +++ b/openvpn/ghostpath/United-States-San-Diego.ovpn @@ -0,0 +1,11 @@ +remote san1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-San-Jose.ovpn b/openvpn/ghostpath/United-States-San-Jose.ovpn new file mode 100644 index 000000000..9d5afc4a8 --- /dev/null +++ b/openvpn/ghostpath/United-States-San-Jose.ovpn @@ -0,0 +1,11 @@ +remote sjc2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Seattle.ovpn b/openvpn/ghostpath/United-States-Seattle.ovpn new file mode 100644 index 000000000..81ca2f47f --- /dev/null +++ b/openvpn/ghostpath/United-States-Seattle.ovpn @@ -0,0 +1,12 @@ +remote sea2.gpvpn.com 443 udp +remote sea4.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-St-Louis.ovpn b/openvpn/ghostpath/United-States-St-Louis.ovpn new file mode 100644 index 000000000..88776cacb --- /dev/null +++ b/openvpn/ghostpath/United-States-St-Louis.ovpn @@ -0,0 +1,11 @@ +remote stl1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Tampa.ovpn b/openvpn/ghostpath/United-States-Tampa.ovpn new file mode 100644 index 000000000..ec693f2ef --- /dev/null +++ b/openvpn/ghostpath/United-States-Tampa.ovpn @@ -0,0 +1,11 @@ +remote tpa1.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/United-States-Washington.ovpn b/openvpn/ghostpath/United-States-Washington.ovpn new file mode 100644 index 000000000..22dc11c69 --- /dev/null +++ b/openvpn/ghostpath/United-States-Washington.ovpn @@ -0,0 +1,12 @@ +remote iad1.gpvpn.com 443 udp +remote iad2.gpvpn.com 443 udp + +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt diff --git a/openvpn/ghostpath/ca.crt b/openvpn/ghostpath/ca.crt new file mode 100644 index 000000000..699e64efd --- /dev/null +++ b/openvpn/ghostpath/ca.crt @@ -0,0 +1,20 @@ +-----BEGIN CERTIFICATE----- +MIIDQDCCAqmgAwIBAgIJAM8Brk2pUr0KMA0GCSqGSIb3DQEBBQUAMHQxCzAJBgNV +BAYTAlVTMQswCQYDVQQIEwJDQTEMMAoGA1UEBxMDVlBOMQwwCgYDVQQKEwNWUE4x +DDAKBgNVBAsTA1ZQTjEMMAoGA1UEAxMDVlBOMQwwCgYDVQQpEwNWUE4xEjAQBgkq +hkiG9w0BCQEWA1ZQTjAeFw0xMjAzMDMwMjExNDJaFw0yMjAzMDEwMjExNDJaMHQx +CzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEMMAoGA1UEBxMDVlBOMQwwCgYDVQQK +EwNWUE4xDDAKBgNVBAsTA1ZQTjEMMAoGA1UEAxMDVlBOMQwwCgYDVQQpEwNWUE4x +EjAQBgkqhkiG9w0BCQEWA1ZQTjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA +wY2K08N7or1Br/EsD9XBon7gs7dKflWYuymgMLJfeMFWuJloNdsn+3GARIhYBbN6 +zhvFGFE214qKPqAydW1WmIIK7KoC0sgndr+Vk/au9gssFzVmmvr6+WN/nfo2L9Kv +vBMoYLrMAiyw/D4cRapZi2pXJLcMDfC+p1VWAX8TYWkCAwEAAaOB2TCB1jAdBgNV +HQ4EFgQUmyvO4rTnu5/ABnp0FngU+SdR8WAwgaYGA1UdIwSBnjCBm4AUmyvO4rTn +u5/ABnp0FngU+SdR8WCheKR2MHQxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEM +MAoGA1UEBxMDVlBOMQwwCgYDVQQKEwNWUE4xDDAKBgNVBAsTA1ZQTjEMMAoGA1UE +AxMDVlBOMQwwCgYDVQQpEwNWUE4xEjAQBgkqhkiG9w0BCQEWA1ZQToIJAM8Brk2p +Ur0KMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAoB0kOuGvrzPBTIRX +IDHCCxBMdny+3sKAOllmH4+51j2aWhAJ4Pyc/yBTYyQGNoriABjmNzp+R05oiaxA +D3vTgR80juKDPtQb8LoGLBF18gL7Vtc3+hJXcJasXZaDSSoyh5f+TtGvytIT+ece +JWIrKnFXzlHOvKlyLkcZn15gwKQ= +-----END CERTIFICATE----- diff --git a/openvpn/ghostpath/create-certs/GhostPath_URLS.csv b/openvpn/ghostpath/create-certs/GhostPath_URLS.csv new file mode 100644 index 000000000..e6a5d813b --- /dev/null +++ b/openvpn/ghostpath/create-certs/GhostPath_URLS.csv @@ -0,0 +1,142 @@ +Australia,Brisbane,bne1.gpvpn.com +Australia,Melbourne,mel3.gpvpn.com +Australia,Perth,per6.gpvpn.com +Australia,Sydney,syd1.gpvpn.com +Austria,Graz,grz1.gpvpn.com +Belgium,Ostend,ost2.gpvpn.com +Belgium,Ostend,ost3.gpvpn.com +Brazil,Sao Paulo,gru1.gpvpn.com +Brazil,Sao Paulo,gru2.gpvpn.com +Bulgaria,Sofia,sof1.gpvpn.com +Canada,Montreal,yul1.gpvpn.com +Canada,Montreal,yul2.gpvpn.com +Canada,Quebec City,yqb1.gpvpn.com +Canada,Toronto,yyz1.gpvpn.com +Canada,Toronto,yyz2.gpvpn.com +Canada,Toronto,yyz4.gpvpn.com +Canada,Toronto,yyz5.gpvpn.com +Canada,Vancouver,yvr1.gpvpn.com +Chile,Vina del Mar,kna1.gpvpn.com +Czech Republic,Prague,prg1.gpvpn.com +Czech Republic,Prague,prg2.gpvpn.com +Denmark,Copenhagen,cph1.gpvpn.com +Estonia,Tallinn,tll1.gpvpn.com +France,Lillie,lil1.gpvpn.com +France,Paris,cdg1.gpvpn.com +France,Paris,cdg2.gpvpn.com +France,Strasbourg,sxb1.gpvpn.com +Germany,Frankfurt,fra1.gpvpn.com +Germany,Frankfurt,fra2.gpvpn.com +Germany,Frankfurt,fra4.gpvpn.com +Germany,Nurnberg,nue1.gpvpn.com +Hong Kong,Hong Kong,hkg2.gpvpn.com +Hungary,Budapest,bud1.gpvpn.com +Iceland,Reykjavik,rkv1.gpvpn.com +India,Bangalore,blr1.gpvpn.com +India,Madras,maa1.gpvpn.com +India,Pune,pnq2.gpvpn.com +Indonesia,Jakarta,cgk1.gpvpn.com +Ireland,Dublin,dub1.gpvpn.com +Ireland,Dublin,dub2.gpvpn.com +Israel,Tel Aviv Yafo,tlv2.gpvpn.com +Israel,Tel Aviv Yafo,tlv3.gpvpn.com +Italy,Milan,mxp1.gpvpn.com +Italy,Milan,mxp2.gpvpn.com +Italy,Milan,mxp3.gpvpn.com +Japan,Tokyo,nrt1.gpvpn.com +Japan,Tokyo,nrt2.gpvpn.com +Latvia,Riga,rix1.gpvpn.com +Luxembourg,Luxembourg,lux1.gpvpn.com +Malaysia,Kuala Lumpur,kul3.gpvpn.com +Netherlands,Amsterdam,ams1.gpvpn.com +Netherlands,Amsterdam,ams2.gpvpn.com +Netherlands,Amsterdam,ams3.gpvpn.com +Netherlands,Amsterdam,ams4.gpvpn.com +Norway,Torp,trf1.gpvpn.com +Panama,Panama City,pty2.gpvpn.com +Poland,Gdansk,gdn1.gpvpn.com +Poland,Gdansk,gdn2.gpvpn.com +Poland,Warsaw,waw1.gpvpn.com +Portugal,Lisbon,lis1.gpvpn.com +Romania,Bucharest,buh2.gpvpn.com +Russia,Moscow,svo1.gpvpn.com +Russia,Moscow,svo2.gpvpn.com +Russian,St.Petersburg,led1.gpvpn.com +Singapore,Singapore,sin1.gpvpn.com +Singapore,Singapore,sin2.gpvpn.com +Singapore,Singapore,sin3.gpvpn.com +Slovenia,Ljubljana,lju1.gpvpn.com +South Africa,Cape Town,cpt1.gpvpn.com +Spain,Barcelona,bcn2.gpvpn.com +Spain,Madrid,mad1.gpvpn.com +Sweden,Halmstad,had2.gpvpn.com +Sweden,Stockholm,arn2.gpvpn.com +Sweden,Stockholm,arn3.gpvpn.com +Switzerland,Zurich,zrh2.gpvpn.com +Taiwan,Taipei,tpe2.gpvpn.com +Thailand,Bangkok,bkk1.gpvpn.com +Turkey,Istanbul,ist1.gpvpn.com +Ukraine,Kiev,iev1.gpvpn.com +United Kingdom,Coventry,cvt1.gpvpn.com +United Kingdom,Southampton,sou1.gpvpn.com +United Kingdom,Southampton,sou5.gpvpn.com +United Kingdom,Isle of Man,iom1.gpvpn.com +United Kingdom,London,lhr1.gpvpn.com +United Kingdom,London,lhr2.gpvpn.com +United Kingdom,London,lhr3.gpvpn.com +United Kingdom,London,lhr4.gpvpn.com +United Kingdom,London,lhr5.gpvpn.com +United Kingdom,London,lhr6.gpvpn.com +United Kingdom,London,lhr7.gpvpn.com +United Kingdom,London,lhr8.gpvpn.com +United Kingdom,London,lhr9.gpvpn.com +United Kingdom,Manchester,man3.gpvpn.com +United States,Atlanta,atl1.gpvpn.com +United States,Atlanta,atl4.gpvpn.com +United States,Atlanta,atl5.gpvpn.com +United States,Boston,bos1.gpvpn.com +United States,Buffalo,buf1.gpvpn.com +United States,Charlotte,clt2.gpvpn.com +United States,Chicago,ord3.gpvpn.com +United States,Chicago,ord4.gpvpn.com +United States,Chicago,ord5.gpvpn.com +United States,Columbus,cmh1.gpvpn.com +United States,Dallas,dfw2.gpvpn.com +United States,Dallas,dfw3.gpvpn.com +United States,Dallas,dfw4.gpvpn.com +United States,Dallas,dfw5.gpvpn.com +United States,Denver,den1.gpvpn.com +United States,Dubuque,dbq1.gpvpn.com +United States,Houston,hou2.gpvpn.com +United States,Kansas City,mci2.gpvpn.com +United States,Kansas City,mci3.gpvpn.com +United States,Las Vegas,las1.gpvpn.com +United States,Los Angeles,lax2.gpvpn.com +United States,Los Angeles,lax1.gpvpn.com +United States,Los Angeles,lax7.gpvpn.com +United States,Miami,mia5.gpvpn.com +United States,Miami,mia6.gpvpn.com +United States,Morganton,mrn1.gpvpn.com +United States,New York,lga1.gpvpn.com +United States,New York,lga3.gpvpn.com +United States,New York,lga4.gpvpn.com +United States,Newark,ewr1.gpvpn.com +United States,Newark,ewr2.gpvpn.com +United States,Newark,ewr3.gpvpn.com +United States,Palo Alto,pao1.gpvpn.com +United States,Palo Alto,pao2.gpvpn.com +United States,Palo Alto,pao3.gpvpn.com +United States,Phoenix,phx2.gpvpn.com +United States,Rochester,rcs1.gpvpn.com +United States,Roseburg,rbg1.gpvpn.com +United States,Roseburg,rbg2.gpvpn.com +United States,Salt Lake City,slc1.gpvpn.com +United States,Salt Lake City,slc3.gpvpn.com +United States,San Diego,san1.gpvpn.com +United States,San Jose,sjc2.gpvpn.com +United States,Seattle,sea2.gpvpn.com +United States,Seattle,sea4.gpvpn.com +United States,St Louis,stl1.gpvpn.com +United States,Tampa,tpa1.gpvpn.com +United States,Washington,iad1.gpvpn.com +United States,Washington,iad2.gpvpn.com diff --git a/openvpn/ghostpath/create-certs/create_certs.py b/openvpn/ghostpath/create-certs/create_certs.py new file mode 100644 index 000000000..78c7a37e8 --- /dev/null +++ b/openvpn/ghostpath/create-certs/create_certs.py @@ -0,0 +1,48 @@ +'''This code reads in "GhostPath_URLS.csv" +(which was copied from https://ghostpath.com/servers) +in order to create basic ovpn files for all the different instances +It requires pandas and python 3.6 or greater. +''' +import pandas as pd + +TAIL = ''' +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/ghostpath/ca.crt +''' + + +def main(): + + # Read in teh CSV + df = pd.read_csv('GhostPath_URLS.csv', header=None, + names=['country', 'city', 'url']) + + # Create a new column `locations` with the stringized file names + df['location'] = (df['country'].map(str) + '-' + df['city']).map( + lambda x: x.replace(' ', '-')) + + # Group by locations and create lists of all the urls for each location + urls_by_location = df.groupby('location')['url'].apply(list).reset_index() + + def create_cert(row): + ''' + Creates a file with the location name and the urls with the `TAIL` + ''' + with open(f'{row["location"]}.ovpn', 'w') as f: + for url in row['url']: + f.write(f'remote {url} 443 udp\n') + f.write(TAIL) + + # Save the files for each location + urls_by_location.apply(create_cert, axis=1) + + +if __name__ == '__main__': + main() diff --git a/openvpn/ghostpath/default.ovpn b/openvpn/ghostpath/default.ovpn new file mode 100644 index 000000000..63f652e8e --- /dev/null +++ b/openvpn/ghostpath/default.ovpn @@ -0,0 +1 @@ +United-States-Dallas.ovpn diff --git a/openvpn/start.sh b/openvpn/start.sh index bad8a2e64..515dda44b 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -67,7 +67,6 @@ if [[ -n "${OPENVPN_CONFIG-}" ]]; then echo "${#OPENVPN_CONFIG_ARRAY[@]} servers found in OPENVPN_CONFIG, ${OPENVPN_CONFIG_ARRAY[${OPENVPN_CONFIG_RANDOM}]} chosen randomly" OPENVPN_CONFIG="${OPENVPN_CONFIG_ARRAY[${OPENVPN_CONFIG_RANDOM}]}" fi - if [[ -f "${VPN_PROVIDER_CONFIGS}/${OPENVPN_CONFIG}.ovpn" ]]; then echo "Starting OpenVPN using config ${OPENVPN_CONFIG}.ovpn" OPENVPN_CONFIG="${VPN_PROVIDER_CONFIGS}/${OPENVPN_CONFIG}.ovpn"