commit d977350418d911b2def10942f5e3d1909a888f35 Author: kulsoomzahra kulsoomzahra24@gmail.com Date: Thu Apr 8 10:32:30 2021 +0530
Added fedora instructions --- .../technical-setup/guard/fedora/contents.lr | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/content/relay-operations/technical-setup/guard/fedora/contents.lr b/content/relay-operations/technical-setup/guard/fedora/contents.lr index 7152ca7..4e6cc31 100644 --- a/content/relay-operations/technical-setup/guard/fedora/contents.lr +++ b/content/relay-operations/technical-setup/guard/fedora/contents.lr @@ -10,19 +10,24 @@ body:
One of the most important things to keeps your relay secure is to install security updates timely and ideally automatically so you can not forget about it. Follow the instructions to enable [automatic software updates](updates) for your operating system.
-# 2. # 3. Add the following to /etc/yum.repos.d/tor.repo and then install the tor package. - -``` -[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 +# 2. Add the following to `/etc/yum.repos.d/tor.repo` and then install the tor package. + +``` +[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 ```
-# 3. Put the tor configuration file `/etc/tor/torrc` in place +`sudo dnf install tor` + + +# 3. Configuration File + +Put the configuration file `/etc/tor/torrc` in place:
``` #change the nickname "myNiceRelay" to a name that you like
tor-commits@lists.torproject.org