From 2de22deb9d76f99bd15c239957b6b538251044fc Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sun, 4 Sep 2011 09:52:35 +0200 Subject: Steal most of the bulklist text from the old script --- bulklist.fcgi | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/bulklist.fcgi b/bulklist.fcgi index 92dfcff..5b1913a 100755 --- a/bulklist.fcgi +++ b/bulklist.fcgi @@ -72,8 +72,42 @@ def app(environ, start_response): yield '%s\n' % IPAddress(i) else: start_response('200 OK', [('Content-Type', 'text/plain')]) - yield 'bai' - + yield '\n' + yield '\n' + yield '\n' + yield '\n' + yield 'Bulk Tor Exit Exporter\n' + yield '\n' + yield '\n' + yield '\n' + yield '
\n' + yield '\n' + yield '
\n'); + + yield '\n' + + yield 'Welcome to the Tor Bulk Exit List exporting tool.

\n' + yield 'If you are a service provider and you wish to build a list ' + yield 'of possible Tor nodes that might contact one of your servers, ' + yield 'enter that single server address below. Giving you the whole ' + yield 'list means you can query the list privately, rather than ' + yield 'telling us your users\' IP addresses.\n' + yield 'This list allows you to have a nearly real time authoritative ' + yield 'source for Tor exits that allow contacting your server on ' + yield 'port 80 or the given port.

\n' + + yield 'Please enter an IP address:
\n' + yield '
\n' + yield '
\n' + yield '' + yield '
' + + yield '
\n' + yield '' + yield '' if __name__ == "__main__": WSGIServer(app).run() -- cgit v1.2.1