commit 8f8d7eb3248f7158325ecb88de7896cd7249560c Author: Roger Dingledine arma@torproject.org Date: Tue Feb 14 10:09:03 2012 -0500
advertise linus's ipv6 bridge too (ticket 4831) --- lib/bridgedb/Server.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/bridgedb/Server.py b/lib/bridgedb/Server.py index 956cc59..49c39c2 100644 --- a/lib/bridgedb/Server.py +++ b/lib/bridgedb/Server.py @@ -185,6 +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>" \ + "</body></html>"
return html_msg
tor-commits@lists.torproject.org