Author: phobos Date: 2011-06-23 02:30:21 +0000 (Thu, 23 Jun 2011) New Revision: 24831
Modified: check/trunk/cgi-bin/TorCheck.py Log: fix the ElTarget IP address.
Modified: check/trunk/cgi-bin/TorCheck.py =================================================================== --- check/trunk/cgi-bin/TorCheck.py 2011-06-21 12:58:44 UTC (rev 24830) +++ check/trunk/cgi-bin/TorCheck.py 2011-06-23 02:30:21 UTC (rev 24831) @@ -57,7 +57,7 @@ # ELPort is now set by the caller
# We'll try to reach this host - ElTarget = "31.70.229.38" + ElTarget = "38.229.70.31"
# This is the ExitList DNS server we want to query ELHost = "ip-port.exitlist.torproject.org"