Author: phobos Date: 2012-03-06 04:28:13 +0000 (Tue, 06 Mar 2012) New Revision: 25508
Modified: check/trunk/cgi-bin/TorBulkExitList.py Log: fix the path to the state files for tordnsel for now.
Modified: check/trunk/cgi-bin/TorBulkExitList.py =================================================================== --- check/trunk/cgi-bin/TorBulkExitList.py 2012-03-05 22:13:51 UTC (rev 25507) +++ check/trunk/cgi-bin/TorBulkExitList.py 2012-03-06 04:28:13 UTC (rev 25508) @@ -72,7 +72,7 @@ # RawExitListURL = "http://exitlist.torproject.org/exitAddresses"
# Currently fake this and return a static file: - RawExitList = '/srv/check.torproject.org/tordnsel/state/exit-addresses' + RawExitList = '/srv/tordnsel.torproject.org/srv/tordnsel.torproject.org/state/exit-addresses'
return RawExitList
tor-commits@lists.torproject.org