Skip to content

Commit

Permalink
Merge pull request #27 from DerfOh/master
Browse files Browse the repository at this point in the history
Exit node maintenance
  • Loading branch information
MattSurabian committed Jan 9, 2016
2 parents 88a1acd + dbda9e3 commit 9b22155
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 7 deletions.
48 changes: 48 additions & 0 deletions ProXPN Exit Nodes.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 15 additions & 4 deletions proxpn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b22155

Please sign in to comment.