script to enable all traffic to go through tor
script to enable all traffic to go through tor
This is a good idea we could add the following options to the script:
- All operating system traffic through tor
- Only dns requests through tor
- Only system updates through tor etc.
I dont want to encourage people to use default firefox with tor. We should probably port torbrowser to alpine before we work on this.
Closest I could find is https://github.com/BlackArch/torctl
However it would only allow an easy way to do 1. and 3., probably not 2.
InviZible Pro might give some good ideas https://f-droid.org/en/packages/pan.alexander.tordnscrypt.stable/
a cronjob to revolve mac address might be a good addition, if we make a menu for tor/i2p and other free networks.
ifconfig wlan0 down ; macchanger -A ; ifconfig wlan0 up
This script should be accessible via Userscript, yes?