[tor-commits] [bridgedb/master] change linus's ivp6 address, and also avoid ^bridge

arma at torproject.org arma at torproject.org
Tue Mar 6 22:41:40 UTC 2012


commit 08abccfc21f56df189cfc00d1bcc73aa94c88e0c
Author: Roger Dingledine <arma at torproject.org>
Date:   Tue Mar 6 17:40:54 2012 -0500

    change linus's ivp6 address, and also avoid ^bridge
    
    the theory is that the bots that are scraping bridgedb were scraping his
    ipv6 bridge too, since they look for ^bridge
---
 lib/bridgedb/Server.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/bridgedb/Server.py b/lib/bridgedb/Server.py
index 49c39c2..57f49a1 100644
--- a/lib/bridgedb/Server.py
+++ b/lib/bridgedb/Server.py
@@ -185,7 +185,7 @@ class WebResource(twisted.web.resource.Resource):
                    + "<p>" + t.gettext(I18n.BRIDGEDB_TEXT[3]) + "</p>" \
                    + "<p>" + t.gettext(I18n.BRIDGEDB_TEXT[4]) + "</p>" \
                    + email_domain_list \
-                   + "<hr /><p>Note for experts: if you can use IPv6, try upgrading to Tor 0.2.3.12-alpha and use this bridge line:<br /><tt>bridge [2001:948:7:2::163]:6001</tt><br />Let us know how it goes!</p>" \
+                   + "<hr /><p>Note for experts: if you can use IPv6, try upgrading to Tor 0.2.3.12-alpha and use this IPv6 address in your bridge line:<br /><tt>[2001:948:7:2::164]:6001</tt><br />Let us know how it goes!</p>" \
                    + "</body></html>"
 
         return html_msg



More information about the tor-commits mailing list