[tor-commits] [Git][tpo/applications/tor-browser-build][maint-12.5] Bug 40740: Do not add -utls-imitate to Snowflake on tor-onion-proxy-library.

ma1 (@ma1) git at gitlab.torproject.org
Tue Aug 29 12:25:21 UTC 2023



ma1 pushed to branch maint-12.5 at The Tor Project / Applications / tor-browser-build


Commits:
26496b1d by Pier Angelo Vendrame at 2023-08-29T14:13:13+02:00
Bug 40740: Do not add -utls-imitate to Snowflake on tor-onion-proxy-library.

This parameter added with the previous commit prevents Snowflake from
working properly.
So, we prefer to undo the addition (but keep the changes to the ICE
server list).

- - - - -


1 changed file:

- projects/tor-onion-proxy-library/0001-Bug-30318-Add-snowflake-support.patch


Changes:

=====================================
projects/tor-onion-proxy-library/0001-Bug-30318-Add-snowflake-support.patch
=====================================
@@ -71,7 +71,7 @@ index 2405097..bcb6a37 100644
 -        buffer.append("ClientTransportPlugin meek_lite,obfs3,obfs4 exec ").append(clientPath).append('\n');
 +    public TorConfigBuilder transportPlugin(String obfsPath, String snowPath) {
 +        buffer.append("ClientTransportPlugin meek_lite,obfs3,obfs4 exec ").append(obfsPath).append('\n');
-+        buffer.append("ClientTransportPlugin snowflake exec ").append(snowPath).append(" -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ -front cdn.sstatic.net -ice stun:stun.l.google.com:19302,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 -utls-imitate=hellorandomizedalpn\n");
++        buffer.append("ClientTransportPlugin snowflake exec ").append(snowPath).append(" -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ -front cdn.sstatic.net -ice stun:stun.l.google.com:19302,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478\n");
          return this;
      }
  



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/26496b1de3391092085c0d3264974f446b5a1e7f

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/26496b1de3391092085c0d3264974f446b5a1e7f
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230829/380c81a9/attachment.htm>


More information about the tor-commits mailing list