[tor-commits] r24833: {check} at least use an IP for the client that we control. (check/trunk/cgi-bin)

Andrew Lewman andrew at torproject.org
Thu Jun 23 02:33:10 UTC 2011


Author: phobos
Date: 2011-06-23 02:33:10 +0000 (Thu, 23 Jun 2011)
New Revision: 24833

Modified:
   check/trunk/cgi-bin/TorBulkExitList.py
Log:
at least use an IP for the client that we control.


Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py	2011-06-23 02:31:32 UTC (rev 24832)
+++ check/trunk/cgi-bin/TorBulkExitList.py	2011-06-23 02:33:10 UTC (rev 24833)
@@ -144,7 +144,7 @@
     return possibleExits
 
 
-def isUsingTor(clientIp, ELTarget = "209.237.247.217", ELPort = "80"):
+def isUsingTor(clientIp, ELTarget = "38.229.70.31", ELPort = "80"):
 
     ELExitNode = ".".join(reversed(clientIp.strip().split('.')))
     ELTarget = ".".join(reversed(ELTarget.strip().split('.')))



More information about the tor-commits mailing list