[tor-commits] [bridgedb/develop] Change to new URL for check.tpo TorBulkExitList.py script.

isis at torproject.org isis at torproject.org
Sat Mar 28 02:50:58 UTC 2015


commit b4c177c00c4017b51d2d0cbe68ee1b3fd238bdaa
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sat Mar 28 02:14:34 2015 +0000

    Change to new URL for check.tpo TorBulkExitList.py script.
    
    See https://bugs.torproject.org/15480#comment:1
---
 scripts/get-tor-exits |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/get-tor-exits b/scripts/get-tor-exits
index 32b457d..d4e59e3 100755
--- a/scripts/get-tor-exits
+++ b/scripts/get-tor-exits
@@ -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)





More information about the tor-commits mailing list