[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [community/develop] revisiting dragonfly's bridge setup; thanks @mpguerra and @NullHypothesis! :)
commit 1ee18ecd6f257637b96b4b917d79650440a87384
Author: Vinicius Zavam <egypcio@xxxxxxxxxxxxxx>
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
@@ -119,6 +120,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>'
[notice] Registered server transport 'obfs4' at '[::]:46396'
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits