[tor-commits] [builders/tor-browser-build] branch main updated: Bug 40624: Use port 80 for placeholder bridge addresses.

gitolite role git at cupani.torproject.org
Mon Sep 19 23:13:10 UTC 2022


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 at 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/snowflake/-/issues/40159#note_2834570
---
 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list