Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.3 KB

File metadata and controls

62 lines (43 loc) · 2.3 KB

GitHub Contributors

powered by xSHELL library system

torctl

Simple script 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 -h                                                                                                                                                                             

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

usage: 
  torctl [-s] [-t] [-S] [-r] [-h] [-v] 

     -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

Warning! You must be root to change firewall rules and start the tor server.

v0.1.0-rc145 on 20250802 - writen by @fbnmtz

TODO:

  • Port firewall rules to MacOs