powered by xSHELL library system
Simple scritp to setup a tor-server via docker and route all traffic of your system to it.
- docker, curl, jq, grep
use this script to install torctl on your machine
curl -sSL https://raw.githubusercontent.com/fbnmtz/torctl/master/install | bash
torctl --help
usage:
torctl [-s] [-t] [-S] [-r] [-h] [-v]
-> Available Options:
-s, --start start Tor Server and redirect traffic throug it
-t, --stop stop Tor Server and restore firewall rules
-S, --status show current status
-r, --restart restart Tor Server
-h, --help show this help
-v, --version print version and exit
v0.0.2-rc91 - writen by @fbnmtz 2022
- Port firewall rules to MacOs