[tor-commits] [community/staging] removed instructions that do not work anymore

emmapeel at torproject.org emmapeel at torproject.org
Thu Aug 22 15:29:38 UTC 2019


commit fc7715dc2e0cf317c757c24f9a72c0019b6d7eb7
Author: emma peel <emma.peel at riseup.net>
Date:   Thu Aug 22 17:29:24 2019 +0200

    removed instructions that do not work anymore
---
 .../technical-setup/bridge/docker/contents.lr      | 25 ++++++----------------
 1 file changed, 7 insertions(+), 18 deletions(-)

diff --git a/content/relay-operations/technical-setup/bridge/docker/contents.lr b/content/relay-operations/technical-setup/bridge/docker/contents.lr
index 2353ea2..ca3d7f7 100644
--- a/content/relay-operations/technical-setup/bridge/docker/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/docker/contents.lr
@@ -8,24 +8,11 @@ We are maintaining a docker container that allows you to quickly set up an obfs4
 
 `docker pull phwinter/obfs4-bridge:0.1`
 
-Now, it's time to run the container. You have two options:
-
- * We maintain a script that automatically determines a free OR and obfs4 port for you. The script only requires your email address as argument:
-
-```
-    $ curl https://dip.torproject.org/anti-censorship/docker-obfs4-bridge/raw/master/deploy-container.sh > deploy-container.sh
-    $ bash deploy-container.sh address at email.com
-```
-
- * If you would rather provide your own ports, run the following command and replace XXX with your OR port, YYY with your obfs4 port, and address at email.com with your email address. Don't forget the semicolon after the environment variables.
-
-```
-    OR_PORT=XXX PT_PORT=YYY EMAIL=address at email.com; \
-    docker run -d \
-      -e "OR_PORT=$OR_PORT" -e "PT_PORT=$PT_PORT" -e "EMAIL=$EMAIL" \
-      -p "$OR_PORT":"$OR_PORT" -p "$PT_PORT":"$PT_PORT" \
-      phwinter/obfs4-bridge:0.1
-```
+Now, it's time to run the container.  We maintain a script that automatically determines a free OR and obfs4 port for you. The script only requires your email address as argument:
+   ```
+   $ curl https://dip.torproject.org/torproject/anti-censorship/docker-obfs4-bridge/raw/master/deploy-container.sh > deploy-container.sh
+   $ bash deploy-container.sh address at email.com
+   ```
 
 That's it! Your container should now be bootstrapping your new obfs4 Tor bridge. 
 ---
@@ -33,6 +20,8 @@ html: two-columns-page.html
 ---
 key: 5
 ---
+subtitle: How to deploy an obfs4 bridge using a docker container
+---
 section: Bridge
 ---
 section_id: bridge



More information about the tor-commits mailing list