[or-cvs] r14811: Use a sane default file, someone may run this on another Tor (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Thu May 29 09:54:57 UTC 2008


Author: ioerror
Date: 2008-05-29 05:54:57 -0400 (Thu, 29 May 2008)
New Revision: 14811

Modified:
   check/trunk/cgi-bin/TorBulkExitList.py
Log:
Use a sane default file, someone may run this on another TorDNSEL server. They will probably never run this in my home directory. Sigh.


Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py	2008-05-29 09:46:18 UTC (rev 14810)
+++ check/trunk/cgi-bin/TorBulkExitList.py	2008-05-29 09:54:57 UTC (rev 14811)
@@ -71,7 +71,7 @@
     RawExitListURL = "http://exitlist.torproject.org/exitAddresses"
 
     # Currently fake this and return a static file:
-    RawExitList = '/home/rorreoi/Documents/work/tor/subversion/check/trunk/cgi-bin/exit-addresses'
+    RawExitList = '/var/lib/tordnsel/state/exit-addresses'
 
     return RawExitList
 



More information about the tor-commits mailing list