Documentation: https://aviksaikat.github.io/nipe_py/
Source Code: https://github.com/aviksaikat/nipe_py
Python version of nipe: An engine to make Tor Network your default gateway.
pip install nipe_py
- You need to have tor installed & tor should be running. Confirm it by running
# this will start the tor service if not already running. If running then it'll restart it.
sudo systemctl restart tor
$ nipe --help
Usage: nipe [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
install Install dependencies
restart Restart the Nipe circuit
start Start routing
status See status
stop Stop routing
version Show Version
This project is licensed under the terms of the MIT license.