diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-23 19:59:34 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-23 20:11:07 +0100 |
commit | f31db269a0da4ec38b0681922e1ad91f4159cd04 (patch) | |
tree | be195358dbf355aad1fa2627fb01b81b91665746 | |
parent | e3ba1094a0ba416fd0716c13deb0f080a0e30315 (diff) | |
download | tor-f31db269a0da4ec38b0681922e1ad91f4159cd04.tar.gz tor-f31db269a0da4ec38b0681922e1ad91f4159cd04.zip |
Update a section of the exit notice file, give it a changelog.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | contrib/tor-exit-notice.html | 8 |
2 files changed, 9 insertions, 3 deletions
@@ -6,6 +6,10 @@ Changes in version 0.2.2.10-alpha - 2010-??-?? descriptors. Bugfix on tor-0.2.1.5-alpha. Discovered by ekir, fixes bug 1255. + o Code simplifications and refactoring: + - Fix some urls in the exit notice file and make it XHTML1.1 strict + compliant. Based on a patch from Christian Kujau. + Changes in version 0.2.2.9-alpha - 2010-02-22 o Directory authority changes: - Change IP address for dannenberg (v3 directory authority), and diff --git a/contrib/tor-exit-notice.html b/contrib/tor-exit-notice.html index 68218a5c83..78a148ccc6 100644 --- a/contrib/tor-exit-notice.html +++ b/contrib/tor-exit-notice.html @@ -25,7 +25,8 @@ They are marked with FIXME. </head> <body> -<p style="text-align:center; font-size:xx-large; font-weight:bold">This is a Tor Exit Router</p> +<p style="text-align:center; font-size:xx-large; font-weight:bold">This is a +Tor Exit Router</p> <p> the traffic coming from this IP. This router is part of the <a @@ -129,8 +130,9 @@ already blocked.</p> <p> You also have the option of blocking this IP address and others on the Tor network if you so desire. The Tor project provides a <a -href="https://check.torproject.org/cgi-bin/TorBulkExitList.py">python script</a> to -extract all IP addresses of Tor exit nodes, and an official <a +href="https://check.torproject.org/cgi-bin/TorBulkExitList.py">web service</a> +to fetch a list of all IP addresses of Tor exit nodes that allow exiting to a +specified IP:port combination, and an official <a href="https://www.torproject.org/tordnsel/">DNSRBL</a> is also available to determine if a given IP address is actually a Tor exit server. Please be considerate |