tor router: make TOR your default gateway
Tor Router
Tor Router allows you to use TOR as a transparent proxy and send all your traffic under TOR INCLUDING DNS REQUESTS, the only that you need is a system using systemd (if you want to use the service) and tor.
TOR router doesn’t touch system files as the rest of tools for routing your traffic does and the reason is: there isn’t needed to move files for routing traffic, also moving files is a bad idea since that a failure in the script/tool can break your system connection without you knowing what has happened.
Install
On BlackArch Linux:
# pacman -S tor-router
On another Linux-based distro
$ git clone https://gitub.com/edu4rdshl/tor-router.git $ cd ./tor-router $ sudo bash install.sh
Use
In distros using systemd, you should consider using the install.sh script, anyways the process to install/configure tor-router is described here.
- Put the following lines at the end of /etc/tor/torrc
- Restart the tor service
- Execute the tor-router script as root
- Now all your traffic is under TOR, you can check that in the following pages: https://check.torproject.org and for DNS tests: https://dnsleaktest.com
- In order to automate the process of the script, you should add it to the SYSTEM autostart scripts according to that the init that you are using, for systemd we have a .service file in the files folder.
Uninstalling/Stoping
Delete the tor-router configuration lines in /etc/tor/torrc, disable the tor-router.service using systemctl (if you used the install.sh script), remove /usr/bin/tor-router, /etc/systemd/system/tor-router.service and restart your computer.
Copyright (C) 2018 Edu4rdSHL
Source: https://github.com/Edu4rdSHL/