[or-cvs] r22255: {check} move the default service check from null to sergii (check/trunk/cgi-bin)

Jacob Appelbaum jacob at appelbaum.net
Thu Apr 29 22:14:55 UTC 2010


Author: ioerror
Date: 2010-04-29 22:14:55 +0000 (Thu, 29 Apr 2010)
New Revision: 22255

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
move the default service check from null to sergii

Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2010-04-29 05:33:45 UTC (rev 22254)
+++ check/trunk/cgi-bin/TorCheck.py	2010-04-29 22:14:55 UTC (rev 22255)
@@ -19,7 +19,7 @@
 """
 
 __program__ = 'TorCheck.py'
-__version__ = '20090601.01'
+__version__ = '20100429.01'
 __url__ = 'https://tor-svn.freehaven.net/svn/check/'
 __author__ = 'Jacob Appelbaum <jacob at appelbaum.net>'
 __copyright__ = 'Copyright (c) 2008, Jacob Appelbaum'
@@ -57,7 +57,7 @@
     # ELPort is now set by the caller
 
     # We'll try to reach this host
-    ElTarget = "84.247.237.209"
+    ElTarget = "31.70.229.38"
 
     # This is the ExitList DNS server we want to query
     ELHost = "ip-port.exitlist.torproject.org"



More information about the tor-commits mailing list