commit 98bac1226986fa3d30ab939f7100b940e33e13d5 Author: Vinícius Zavam egypcio@googlemail.com Date: Sun Oct 24 13:05:10 2021 +0000
relay/setup (Debian-likes): offers the simplest "torrc" possible --- while here, remove the ControlSocket option as it is already set to zero by default --- content/relay/setup/guard/debianubuntu/contents.lr | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/content/relay/setup/guard/debianubuntu/contents.lr b/content/relay/setup/guard/debianubuntu/contents.lr index b81978f..27431ee 100644 --- a/content/relay/setup/guard/debianubuntu/contents.lr +++ b/content/relay/setup/guard/debianubuntu/contents.lr @@ -29,14 +29,11 @@ apt install tor This is a very simple version of the `torrc` configuration file in order to run a Middle/Guard relay on the Tor network:
``` -#change the nickname "myNiceRelay" to a name that you like -Nickname myNiceRelay -ORPort 443 -ExitRelay 0 -SocksPort 0 -ControlSocket 0 -# Change the email address below and be aware that it will be published -ContactInfo tor-operator@your-emailaddress-domain +Nickname myNiceRelay # Change "myNiceRelay" to something you like +ContactInfo your@e-mail # Write your e-mail and be aware it will be published +ORPort 443 # You might use a different port, should you want to +ExitRelay 0 +SocksPort 0 ```
# 5. Restart the Service