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

https://github.com/peterding/tor-proxy

Tor Proxy
https://github.com/peterding/tor-proxy

Last synced: 6 months ago
JSON representation

Tor Proxy

Awesome Lists containing this project

README

          

# TOR Proxy

## Install docker and `dperson/torproxy`

```
./install.sh
```

## Deploy torproxy

```
./deploy.sh start_port_num end_port_num
```

## Stop running torproxy containers

```
./stop.sh
```

## Start torproxy containers

```
./start.sh
```

## Stop and remove torproxy containers

```
./destroy.sh
```