commit 2f58196ba9ec874e8e3d4272b102434389e9c8b2 Merge: 7eb09e2 d7e127f Author: emma peel emma.peel@riseup.net Date: Wed May 19 14:58:54 2021 +0200
updates to the Fedora instructions
content/relay/setup/bridge/fedora/contents.lr | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-)
diff --cc content/relay/setup/bridge/fedora/contents.lr index 095bac2,fd60751..cce73d2 --- a/content/relay/setup/bridge/fedora/contents.lr +++ b/content/relay/setup/bridge/fedora/contents.lr @@@ -8,36 -8,11 +8,24 @@@ body
### 1. Install tor and dependencies
+Add the following to /etc/yum.repos.d/tor.repo + +``` +[tor] +name=Tor for Fedora $releasever - $basearch +baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch +enabled=1 +gpgcheck=1 +gpgkey=https://rpm.torproject.org/fedora/public_gpg.key +cost=100 +``` +Then install tor and the dependencies. + ``` - dnf install git golang tor policycoreutils-python-utils + dnf install tor obfs4 policycoreutils-python-utils ```
- ### 2. Build obfs4proxy and move it into place. - - ``` - export GOPATH=`mktemp -d` - go get gitlab.com/yawning/obfs4.git/obfs4proxy - sudo cp $GOPATH/bin/obfs4proxy /usr/local/bin/ - ``` - And tell selinux to allow Tor to use obfs4proxy: - ``` - /sbin/restorecon -v /usr/local/bin/obfs4proxy - ``` - - ### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and replace its content with: + ### 2. Edit your Tor config file, usually located at `/etc/tor/torrc` and replace its content with:
``` RunAsDaemon 1 @@@ -95,10 -70,12 +83,10 @@@ To confirm your bridge is running with [notice] Self-testing indicates your ORPort is reachable from the outside. Excellent. Publishing server descriptor. ```
- ### 6. Final notes + ### 5. Final notes
-If you are having troubles setting up your bridge, have a look at [our help -section](https://community.torproject.org/relay/getting-help/). If -your bridge is now running, check out the [post-install -notes](https://community.torproject.org/relay/setup/bridge/post-install/). +If you are having trouble setting up your bridge, have a look at [our help section](https://community.torproject.org/relay/getting-help/). +If your bridge is now running, check out the [post-install notes](https://community.torproject.org/relay/setup/bridge/post-install/).
--- html: two-columns-page.html
tor-commits@lists.torproject.org