Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T13:07:44.000Z (about 4 years ago)
- Last Synced: 2024-11-02T07:42:12.997Z (3 months ago)
- Topics: hacktoberfest, init, script, setup, tor, ubuntu
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- 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.