[or-cvs] r14672: direct web requests for descriptors to local cache (blossom/trunk)

goodell at seul.org goodell at seul.org
Mon May 19 18:33:22 UTC 2008


Author: goodell
Date: 2008-05-19 14:33:21 -0400 (Mon, 19 May 2008)
New Revision: 14672

Modified:
   blossom/trunk/exit.py
Log:
direct web requests for descriptors to local cache


Modified: blossom/trunk/exit.py
===================================================================
--- blossom/trunk/exit.py	2008-05-19 18:13:00 UTC (rev 14671)
+++ blossom/trunk/exit.py	2008-05-19 18:33:21 UTC (rev 14672)
@@ -20,7 +20,6 @@
 URL_OSICONS = "http://%s/~goodell/os-icons" % URL_SHOST
 
 ADDRESS     = "140.247.60.133"
-DIR_HOST    = "cassandra.eecs.harvard.edu:9030"
 TITLE       = "Tor Network Status"
 
 CCODES      = "/afs/eecs.harvard.edu/user/goodell/blossom/src/country-codes.txt"
@@ -366,7 +365,7 @@
 </td><td>
     <acronym title="%s"><img src="%s/%s.gif" alt="%s"></acronym>
 </td><td class="%s">
-    <tt>&nbsp;<a class="%s" href="http://%s/tor/server/d/%s">%s</a></tt>
+    <tt>&nbsp;<a class="%s" href="/tor/server/%s">%s</a></tt>
 </td><td class="%s">
     <tt>&nbsp;%s&nbsp;[<a class="%s" href="/cgi-bin/whois.pl?q=%s">%s</a>]&nbsp;</tt>
 </td><td>
@@ -385,7 +384,6 @@
     rtr[r]["bwsymbol"],
     rtr[r]["tdclass"],
     rtr[r]["aclass"],
-    DIR_HOST,
     rtr[r]["deschash"],
     rtr[r]["nickname"],
     rtr[r]["tdclass"],



More information about the tor-commits mailing list