[tor-commits] r25508: {check} fix the path to the state files for tordnsel for now. (check/trunk/cgi-bin)

Andrew Lewman andrew at torproject.org
Tue Mar 6 04:28:13 UTC 2012


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
 



More information about the tor-commits mailing list