diff --git a/ProXPN Exit Nodes.md b/ProXPN Exit Nodes.md new file mode 100644 index 0000000..cb3aab6 --- /dev/null +++ b/ProXPN Exit Nodes.md @@ -0,0 +1,48 @@ +_Proxpn Nodes:_ + +* Dallas + * d1.proxpn.com +* NYC + * ny1.proxpn.com +* Miami + * mfl1.proxpn.com +* Chicago + * chi1.proxpn.com +* Seattle + * se1.proxpn.com +* LA + * la1.proxpn.com +* Netherlands + * nl1.proxpn.com +* Singapore + * sg1.proxpn.com +* London + * uk1.proxpn.com +* Prague + * cz1.proxpn.com +* Stockholm + * swe1.proxpn.com +* SanJose + * openvpn-cr.proxpn.com +* Toronto + * tor1.proxpn.com +* Montreal + * mtl1.proxpn.com +* HongKong + * hk1.proxpn.com +* Sydney + * au1.proxpn.com +* Frankfurt + * de1.proxpn.com +* NewDelhi + * ind1.proxpn.com +* Tokyo + * jp1.proxpn.com +* Bangkok: + * th1.proxpn.com +* Hafnarfjordur: + * is1.proxpn.com +* Zurich: + * zch1.proxpn.com +* Paris: + * fr1.proxpn.com \ No newline at end of file diff --git a/README.md b/README.md index c726182..707c5c6 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,12 @@ When using the VPN, this script does not handle the ProXPN authentication prompt ### Supported Exit Nodes This script supports the following ProXPN exit nodes: - - Dallas - - NYC + - Miami - Chicago - Seattle - LA - Netherlands - - Singapore - London - Prague - Stockholm diff --git a/proxpn b/proxpn index 7bce04e..a2d5c00 100755 --- a/proxpn +++ b/proxpn @@ -107,20 +107,31 @@ PORT=443 # Hosts obtained from http://proxpn.com/updater/locations-v3.xml # and http://proxpn.com/updater/locations-v2.xml +# Any of the following commented out nodes currently do not work with this script declare -A EXIT_NODES -EXIT_NODES[Dallas]=d1.proxpn.com -EXIT_NODES[NYC]=ny1.proxpn.com +# EXIT_NODES[Dallas]=d1.proxpn.com +# EXIT_NODES[NYC]=ny1.proxpn.com EXIT_NODES[Miami]=mfl1.proxpn.com EXIT_NODES[Chicago]=chi1.proxpn.com EXIT_NODES[Seattle]=se1.proxpn.com EXIT_NODES[LA]=la1.proxpn.com EXIT_NODES[Netherlands]=nl1.proxpn.com -EXIT_NODES[Singapore]=sg1.proxpn.com +# EXIT_NODES[Singapore]=sg1.proxpn.com EXIT_NODES[London]=uk1.proxpn.com EXIT_NODES[Prague]=cz1.proxpn.com EXIT_NODES[Stockholm]=swe1.proxpn.com EXIT_NODES[SanJose]=openvpn-cr.proxpn.com -EXIT_NODES[Sweden]=swe1.proxpn.com +# EXIT_NODES[Toronto]=tor1.proxpn.com +# EXIT_NODES[Montreal]=mtl1.proxpn.com +# EXIT_NODES[HongKong]=hk1.proxpn.com +# EXIT_NODES[Sydney]=au1.proxpn.com +# EXIT_NODES[Frankfurt]=de1.proxpn.com +# EXIT_NODES[NewDelhi]=ind1.proxpn.com +# EXIT_NODES[Tokyo]=jp1.proxpn.com +# EXIT_NODES[Bangkok]=th1.proxpn.com +# EXIT_NODES[Hafnarfjordur]=is1.proxpn.com +# EXIT_NODES[Zurich]=zch1.proxpn.com +# EXIT_NODES[Paris]=fr1.proxpn.com # ProXPN basic account exit nodes actually send # users to many geo locations so there's no reason