martinkubecka / quickToRelay

:onion: Automate the process of setting up a Middle/Guard Tor Relay on Debian.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Automate the process of setting up a Middle/Guard Tor Relay on Debian.


🧅 Description

quickToRelay is an easy-to-follow interactive script written in bash. Its main goal is to automate the process of setting up a Middle/Guard Tor Relay on Debian. This script allows you to:

  • configure nickname, email an ORPort
  • configure bandwidth and accounting limits for relay traffic
  • configure open ports with ufw
  • enable automatic updates
  • configure Tor project's repository
  • install Tor and Tor Debian keyring
  • install and configure Nyx for monitoring

🗃️ Pre-requisites

  • Debian (latest release recommended)

Do not forget to open port (ORPort) in your firewall, if you are running your relay in a VPS with its own firewall rules management.


📡 Usage

Run the command bellow and follow the instructions.

wget -q https://raw.githubusercontent.com/martinkubecka/quickToRelay/main/quickToRelay.sh ; chmod +x quickToRelay.sh ; sudo ./quickToRelay.sh


📣 Acknowledgements

About

:onion: Automate the process of setting up a Middle/Guard Tor Relay on Debian.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%