https://github.com/peterding/tor-proxy
Tor Proxy
https://github.com/peterding/tor-proxy
Last synced: 6 months ago
JSON representation
Tor Proxy
- Host: GitHub
- URL: https://github.com/peterding/tor-proxy
- Owner: PeterDing
- Created: 2021-07-24T14:47:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T11:03:33.000Z (over 4 years ago)
- Last Synced: 2025-03-02T05:17:11.678Z (10 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```