[or-cvs] r16829: {check} change the text on the bulk exit list page (check/trunk/cgi-bin)
arma at seul.org
arma at seul.org
Wed Sep 10 04:07:16 UTC 2008
Author: arma
Date: 2008-09-10 00:07:16 -0400 (Wed, 10 Sep 2008)
New Revision: 16829
Modified:
check/trunk/cgi-bin/TorBulkExitList.py
Log:
change the text on the bulk exit list page
Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py 2008-09-10 03:30:00 UTC (rev 16828)
+++ check/trunk/cgi-bin/TorBulkExitList.py 2008-09-10 04:07:16 UTC (rev 16829)
@@ -252,8 +252,9 @@
req.write('Welcome to the Tor Bulk Exit List exporting tool.<br><br>\n')
req.write("""
If you are a service provider and you wish to build a list of possible
- Tor nodes that can contact one of your servers, enter that single server
- address below. This service allows you to keep your users' ip addresses private.
+ Tor nodes that might contact one of your servers, enter that single server
+ address below. Giving you the whole list means you can query the list
+ privately, rather than telling us your users' IP addresses.
This list allows you to have a nearly real time authoritative source for Tor
exits that allow contacting your server on port 80. While we don't log
the IP that queries for a given list, we do keep a cache of answers for
@@ -261,8 +262,8 @@
automatically deleted after a given threshold. If you'd like, you're
free to run your own copy of this program. It's Free Software and can
be downloaded from the <a
- href="https://tor-svn.freehaven.net/svn/check/trunk/cgi-bin/TorBulkExitList.py">Tor
- subversion repository</a>.<br><br>\n""")
+ href="https://svn.torproject.org/svn/check/trunk/cgi-bin/TorBulkExitList.py">Tor
+ subversion repository</a>.<br><br>\n""")
req.write('Please enter an IP:<br>\n')
req.write('<form action="/cgi-bin/TorBulkExitList.py" name=ip\n')
@@ -275,3 +276,4 @@
req.write('</html>')
return apache.OK
+
More information about the tor-commits
mailing list