This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch main in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/main by this push: new 55f8975 Bug 40624: Use port 80 for placeholder bridge addresses. 55f8975 is described below
commit 55f89756330a060cc65456000acf75226c545a42 Author: David Fifield david@bamsoftware.com AuthorDate: Wed Sep 14 21:57:14 2022 -0600
Bug 40624: Use port 80 for placeholder bridge addresses.
This makes meek-azure and Snowflake work when "This computer goes through a firewall that only allows connections to certain ports" is set. https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowf... --- projects/common/bridges_list.meek-azure.txt | 2 +- projects/common/bridges_list.snowflake.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/common/bridges_list.meek-azure.txt b/projects/common/bridges_list.meek-azure.txt index 14de202..ca46158 100644 --- a/projects/common/bridges_list.meek-azure.txt +++ b/projects/common/bridges_list.meek-azure.txt @@ -1 +1 @@ -meek_lite 192.0.2.2:2 97700DFE9F483596DDA6264C4D7DF7641E1E39CE url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com +meek_lite 192.0.2.2:80 97700DFE9F483596DDA6264C4D7DF7641E1E39CE url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com diff --git a/projects/common/bridges_list.snowflake.txt b/projects/common/bridges_list.snowflake.txt index a3266fd..99a6904 100644 --- a/projects/common/bridges_list.snowflake.txt +++ b/projects/common/bridges_list.snowflake.txt @@ -1 +1 @@ -snowflake 192.0.2.3:1 2B280B23E1107BB62ABFC40DDCC8824814F80A72 +snowflake 192.0.2.3:80 2B280B23E1107BB62ABFC40DDCC8824814F80A72
tor-commits@lists.torproject.org