https://github.com/peterdavehello/ubuntu-tor-simply-setup
Quickly setup a Tor relay on Ubuntu
https://github.com/peterdavehello/ubuntu-tor-simply-setup
hacktoberfest init script setup tor ubuntu
Last synced: 8 months ago
JSON representation
Quickly setup a Tor relay on Ubuntu
- Host: GitHub
- URL: https://github.com/peterdavehello/ubuntu-tor-simply-setup
- Owner: PeterDaveHello
- License: gpl-3.0
- Created: 2016-04-04T10:34:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T13:07:44.000Z (over 5 years ago)
- Last Synced: 2025-04-07T03:36:59.729Z (about 1 year ago)
- Topics: hacktoberfest, init, script, setup, tor, ubuntu
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ubuntu-tor-simply-setup
=======================
This script simply add the Tor repository to your Ubuntu GNU/Linux distribution, and setup this Tor as a relay node.
Try:
```
$ curl https://github.com/PeterDaveHello/ubuntu-tor-simply-setup/raw/master/setup.sh -Lo- | sudo bash
```
or
```
$ wget https://github.com/PeterDaveHello/ubuntu-tor-simply-setup/raw/master/setup.sh -O- | sudo bash
```
By default, we'll use 21 port to run tor service, the bandwidth rate and the burst will be limited by 1MB and 2MB, see `setup.sh` and `/etc/tor/torrc` for more details.