[tor-commits] [check/master] Post path independent

arlo at torproject.org arlo at torproject.org
Fri Mar 27 21:10:49 UTC 2015


commit 0f2d94673d210068c50e5c34dfc26253c46c3bc2
Author: Arlo Breault <arlolra at gmail.com>
Date:   Fri Mar 27 13:32:52 2015 -0700

    Post path independent
    
     * Make that work for /torbulkexitlist as well.
---
 public/bulk.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" />





More information about the tor-commits mailing list