[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 825ed1beaa2e2154e5419ac1e3d789c83366a87c
Author: gus <gus@xxxxxxxxxxxxxx>
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@your-emailaddress-domain
+```
+
+# 3. Start the tor daemon and make sure it starts at boot:
+
+```
+systemctl enable tor
+systemctl start tor
+```



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits