Skip to content
Snippets Groups Projects
Commit c3c4bd9f authored by Cecylia Bocovich's avatar Cecylia Bocovich :speech_balloon: Committed by Richard Pospesel
Browse files

Bug 41361: Add conjure to tor-expert-bundle

parent 76c3558e
Branches
Tags
1 merge request!618Conjure Integration with Tor Browser
......@@ -12,6 +12,7 @@ mkdir pluggable_transports && cd pluggable_transports
tar -xkf $rootdir/[% c('input_files_by_name/obfs4') %]
tar -xkf $rootdir/[% c('input_files_by_name/snowflake') %]
tar -xkf $rootdir/[% c('input_files_by_name/webtunnel') %]
tar -xkf $rootdir/[% c('input_files_by_name/conjure') %]
# copy in bridge lines for each pluggable transport
mv $rootdir/bridges_list.obfs4.txt .
......
......@@ -20,6 +20,8 @@ input_files:
project: snowflake
- project: webtunnel
name: webtunnel
- name: conjure
project: conjure
- filename: pt_config.json
- filename: bridges_list.obfs4.txt
- filename: bridges_list.meek-azure.txt
......
......@@ -3,7 +3,8 @@
"pluggableTransports" : {
"obfs4proxy" : "ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit exec ${pt_path}obfs4proxy${pt_extension}",
"snowflake" : "ClientTransportPlugin snowflake exec ${pt_path}snowflake-client${pt_extension}",
"webtunnel" : "ClientTransportPlugin webtunnel exec ${pt_path}webtunnel-client${pt_extension}"
"webtunnel" : "ClientTransportPlugin webtunnel exec ${pt_path}webtunnel-client${pt_extension}",
"conjure" : "ClientTransportPlugin conjure exec ${pt_path}conjure-client${pt_extension} -registerURL https://registration.refraction.network/api"
},
"bridges" : {
"meek-azure" : [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment