Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.