Skip to content

Commit

Permalink
Change to new URL for check.tpo TorBulkExitList.py script.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Mar 28, 2015
1 parent 1488ca7 commit b4c177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-tor-exits
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def main(filename=None, address=None, port=None):
if not address:
address = getSelfIPAddress()

check = "https://check.torproject.org/cgi-bin/TorBulkExitList.py"
check = "https://check.torproject.org/torbulkexitlist"
params = []

params.append('ip=%s' % address)
Expand Down

0 comments on commit b4c177c

Please sign in to comment.