[tor-commits] [community/staging] revisiting dragonfly's bridge setup; thanks @mpguerra and @NullHypothesis! :)

hiro at torproject.org hiro at torproject.org
Sun Mar 21 19:17:27 UTC 2021


commit 1ee18ecd6f257637b96b4b917d79650440a87384
Author: Vinicius Zavam <egypcio at googlemail.com>
Date:   Fri Oct 18 15:15:13 2019 +0000

    revisiting dragonfly's bridge setup; thanks @mpguerra and @NullHypothesis! :)
---
 .../technical-setup/bridge/dragonflybsd/contents.lr         | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/content/relay-operations/technical-setup/bridge/dragonflybsd/contents.lr b/content/relay-operations/technical-setup/bridge/dragonflybsd/contents.lr
index 7300d3d..630b347 100644
--- a/content/relay-operations/technical-setup/bridge/dragonflybsd/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/dragonflybsd/contents.lr
@@ -6,7 +6,7 @@ title: DragonflyBSD
 ---
 html: two-columns-page.html
 ---
-key: 3
+key: 5
 ---
 body:
 
@@ -50,19 +50,20 @@ pkg update -f
 pkg upgrade -y -f
 ```
 
-### 2. Install `tor` DragonflyBSD's Package
+### 2. Install `tor` and `obfs4proxy` DragonflyBSD's Package
 
 Here we can choose to install the latest stable version, like:
 
 ```
-pkg install tor
+pkg install tor obfs4proxy-tor
 ```
 
   ... or install an alpha release:
 
 
 ```
-pkg install tor-devel
+pkg install tor-devel  obfs4proxy-tor
+```
 
 ### 3. Configure `/usr/local/etc/tor/torrc` to run **Tor** as a Bridge
 
@@ -118,6 +119,10 @@ service tor start
 
 To confirm your bridge is running with no issues, you should see something like this in `/var/log/tor/notices.log`:
 
+```
+tail /var/log/tor/notices.log
+```
+
 ```
 [notice] Your Tor server's identity key fingerprint is '<NICKNAME> <FINGERPRINT>'
 [notice] Your Tor bridge's hashed identity key fingerprint is '<NICKNAME> <HASHED FINGERPRINT>'





More information about the tor-commits mailing list