[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41425: Move Snowflake to a ClientTransportPlugin on its own.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 284a7380
    by Pier Angelo Vendrame at 2025-04-07T14:57:55+02:00
    Bug 41425: Move Snowflake to a ClientTransportPlugin on its own.
    
    It seems tor passes all the transport it expects a certain PT to
    provide.
    For this reason, Lyrebird disabled proxy support also when running in
    obfs4 or meek mode.
    Moving Snowflake to another ClientTransportPlugin solves the issue.
    

1 changed file:

Changes:

  • projects/tor-expert-bundle/pt_config.json
    1 1
     {
    
    2 2
       "recommendedDefault" : "obfs4",
    
    3 3
       "pluggableTransports" : {
    
    4
    -    "lyrebird" : "ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit,snowflake,webtunnel exec ${pt_path}lyrebird${pt_extension}",
    
    4
    +    "lyrebird" : "ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit,webtunnel exec ${pt_path}lyrebird${pt_extension}",
    
    5
    +    "snowflake": "ClientTransportPlugin snowflake exec ${pt_path}lyrebird${pt_extension}",
    
    5 6
         "conjure" : "ClientTransportPlugin conjure exec ${pt_path}conjure-client${pt_extension} -registerURL https://registration.refraction.network/api"
    
    6 7
       },
    
    7 8
       "bridges" : {
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx