[tor-commits] [community/master] add Fedora relay instructions

hiro at torproject.org hiro at torproject.org
Fri Jul 5 13:23:33 UTC 2019


commit 825ed1beaa2e2154e5419ac1e3d789c83366a87c
Author: gus <gus at torproject.org>
Date:   Thu Jul 4 09:54:36 2019 -0400

    add Fedora relay instructions
---
 .../technical-setup/fedora/contents.lr             | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/content/relay-operations/technical-setup/fedora/contents.lr b/content/relay-operations/technical-setup/fedora/contents.lr
index ba5cfdb..0a561f8 100644
--- a/content/relay-operations/technical-setup/fedora/contents.lr
+++ b/content/relay-operations/technical-setup/fedora/contents.lr
@@ -9,3 +9,29 @@ key: 3
 section: relay operations
 ---
 section_id: relay-operations
+---
+_template: layout.html
+---
+body:
+
+# 1.  Install the tor package:
+
+`dnf install tor`
+
+# 2. Put the tor configuration file `/etc/tor/torrc` in place:
+
+```
+#change the nickname "myNiceRelay" to a name that you like
+Nickname myNiceRelay
+ORPort 9001
+ExitRelay 0
+# Change the email address bellow and be aware that it will be published
+ContactInfo tor-operator at your-emailaddress-domain
+```
+
+# 3. Start the tor daemon and make sure it starts at boot:
+
+```
+systemctl enable tor
+systemctl start tor
+```





More information about the tor-commits mailing list