diff --git a/doc/Tor.raw.xml b/doc/Tor.raw.xml index 8bd75b6bd..8f125b308 100644 --- a/doc/Tor.raw.xml +++ b/doc/Tor.raw.xml @@ -4,6 +4,18 @@ FreedomBox/Manual/Tor + + 15 + 2018-03-19 06:27:56 + JosephNuthalapati + Add section on circumventing tor censorship + + + 14 + 2018-03-19 06:25:43 + JosephNuthalapati + Add section on circumventing tor censorship + 13 2017-01-07 16:00:24 @@ -118,6 +130,32 @@
Using Tor SOCKS port (advanced) FreedomBox provides a Tor SOCKS port that other applications can connect to, in order to route their traffic over the Tor network. This port is accessible on any interfaces configured in the internal firewall zone. To configure the application, set SOCKS Host to the internal network connection's IP address, and set the SOCKS Port to 9050. +
+
+ Circumventing Tor censorship + If your ISP is trying to block Tor traffic, you can use tor bridge relays to connect to the tor network. + 1. Get the bridge configuration from the Tor BridgeDB + + + + + + + Tor BridgeDB + + + + 2. Add the lines to your FreedomBox Tor configuration as show below. + + + + + + + Tor Configuration Page + + + diff --git a/doc/freedombox-manual.raw.xml b/doc/freedombox-manual.raw.xml index ea44ba159..6f03a3dc2 100644 --- a/doc/freedombox-manual.raw.xml +++ b/doc/freedombox-manual.raw.xml @@ -884,6 +884,32 @@ Primary key fingerprint: BCBE BD57 A11F 70B2 3782 BC57 36C3 6144 0C9B C971]]>Using Tor SOCKS port (advanced) FreedomBox provides a Tor SOCKS port that other applications can connect to, in order to route their traffic over the Tor network. This port is accessible on any interfaces configured in the internal firewall zone. To configure the application, set SOCKS Host to the internal network connection's IP address, and set the SOCKS Port to 9050.
+
+ Circumventing Tor censorship + If your ISP is trying to block Tor traffic, you can use tor bridge relays to connect to the tor network. + 1. Get the bridge configuration from the Tor BridgeDB + + + + + + + Tor BridgeDB + + + + 2. Add the lines to your FreedomBox Tor configuration as show below. + + + + + + + Tor Configuration Page + + + +
BitTorrent (Transmission) @@ -7354,7 +7380,36 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
Release Notes - The following are the release notes for each FreedomBox version. + The following are the release notes for each FreedomBox version. +
+ Version 0.26.0 (2018-03-26) + + + snapshots: Update description + + + searx: Rewrite url from /searx to /searx/ + + + manual: Link to manual from each service + + + Workaround security issues in django-axes + + + apache: Only regenerate snake oil cert when needed + + + apache: Explicitly enable the latest version of PHP module + + + apache: Increase module version number to fix php7.2 + + + Update translations for Chinese (Simplified), Russian, Czech, German, Norwegian Bokmål, Hungarian, Spanish, and Italian + + +
Version 0.25.0 (2018-03-12) diff --git a/doc/images/tor-bridge-configuration.png b/doc/images/tor-bridge-configuration.png new file mode 100644 index 000000000..d7a267d47 Binary files /dev/null and b/doc/images/tor-bridge-configuration.png differ diff --git a/doc/images/tor-bridge-db.png b/doc/images/tor-bridge-db.png new file mode 100644 index 000000000..18a88c02f Binary files /dev/null and b/doc/images/tor-bridge-db.png differ