fbnmtz / torctl

Simple scritp to setup a tor-server via docker and route all traffic of your system to it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Contributors

powered by xSHELL library system

torctl

Simple scritp to setup a tor-server via docker and route all traffic of your system to it.

requirements:

Install:

use this script to install torctl on your machine

curl -sSL https://raw.githubusercontent.com/fbnmtz/torctl/master/install | bash

Usage:

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

TODO:

  • Port firewall rules to MacOs

About

Simple scritp to setup a tor-server via docker and route all traffic of your system to it.


Languages

Language:Shell 100.0%