[or-cvs] r14814: Return the proper url in the file. (check/trunk/cgi-bin)
ioerror at seul.org
ioerror at seul.org
Thu May 29 10:06:35 UTC 2008
Author: ioerror
Date: 2008-05-29 06:06:35 -0400 (Thu, 29 May 2008)
New Revision: 14814
Modified:
check/trunk/cgi-bin/TorBulkExitList.py
Log:
Return the proper url in the file.
Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py 2008-05-29 10:02:10 UTC (rev 14813)
+++ check/trunk/cgi-bin/TorBulkExitList.py 2008-05-29 10:06:35 UTC (rev 14814)
@@ -209,7 +209,7 @@
req.write("# This is a list of all Tor exit nodes that can contact " + RemoteServerIP +
" on Port " + RemotePort + " #\n")
req.write("# You can update this list by visiting " + \
- "https://check.torproject.org/TorBulkExitList.py?ip=%s #\n" % RemoteServerIP)
+ "https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=%s #\n" % RemoteServerIP)
for exit in TestedExits:
req.write(str(exit))
More information about the tor-commits
mailing list