[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r22255: {check} move the default service check from null to sergii (check/trunk/cgi-bin)
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@xxxxxxxxxxxxx>'
__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"