diff options
| author | Arlo Breault <arlolra@gmail.com> | 2015-03-27 13:32:52 -0700 |
|---|---|---|
| committer | Arlo Breault <arlolra@gmail.com> | 2015-03-27 13:32:52 -0700 |
| commit | 0f2d94673d210068c50e5c34dfc26253c46c3bc2 (patch) | |
| tree | 4b640a421813c8cf6f8c3e37c5c972cfdd1cdfc5 | |
| parent | f506e69362cf9bd38f5a823cbdf7c0da585b12e7 (diff) | |
Post path independent
* Make that work for /torbulkexitlist as well.
| -rw-r--r-- | public/bulk.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bulk.html b/public/bulk.html index dfd0683..9f62854 100644 --- a/public/bulk.html +++ b/public/bulk.html @@ -15,7 +15,7 @@ <h4>Welcome to the Tor Bulk Exit List exporting tool.</h4> <p>If you are a service provider and you wish to build a list of possible 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. We don't log the IP address that queries for a given list. 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://gitweb.torproject.org/check.git">git repository</a>.</p> - <form action="/cgi-bin/TorBulkExitList.py" name="ip"> + <form action="" name="ip"> <div class="form"> <label for="ip">IP:</label> <input type="text" name="ip" /> |
