[or-cvs] r19609: {check} We've renumbered check.torproject.org and so we'll update th (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Mon Jun 1 21:22:47 UTC 2009


Author: ioerror
Date: 2009-06-01 17:22:47 -0400 (Mon, 01 Jun 2009)
New Revision: 19609

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
We've renumbered check.torproject.org and so we'll update the version and the host ip.


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2009-06-01 21:21:29 UTC (rev 19608)
+++ check/trunk/cgi-bin/TorCheck.py	2009-06-01 21:22:47 UTC (rev 19609)
@@ -19,7 +19,7 @@
 """
 
 __program__ = 'TorCheck.py'
-__version__ = '20080819.01'
+__version__ = '20090601.01'
 __url__ = 'https://tor-svn.freehaven.net/svn/check/'
 __author__ = 'Jacob Appelbaum <jacob at appelbaum.net>'
 __copyright__ = 'Copyright (c) 2008, Jacob Appelbaum'
@@ -54,7 +54,7 @@
     # ELPort is now set by the caller
 
     # We'll try to reach this host
-    ElTarget = "217.247.237.209"
+    ElTarget = "84.247.237.209"
 
     # This is the ExitList DNS server we want to query
     ELHost = "ip-port.exitlist.torproject.org"



More information about the tor-commits mailing list