DEBIAN:
apt update && apt upgrade && apt install tor torsocks -y
GENTOO:
emerge tor torsocks
ARCH:
pacman tor torsocks -Syu
OPENSUSE:
zypper install tor torsocks -y
Clone o repositório então edite torando.sh e mude USERAQUI para o seu nome de usuário. Faça o mesmo em toroff.sh
git clone https://github.com/cristiancmoises/torando
cd torando
chmod +x *
nano torando.sh
nano /etc/tor/torrc
E cole este código no final:
VirtualAddrNetwork 10.192.0.0/10
AutomapHostsOnResolve 1
TransPort 9040
DNSPort 53
nano /etc/resolv.conf
nameserver 127.0.0.1
chattr +i /etc/resolv.conf
Vá para o firefox e digite about:config e pressione enter.
about:config
COMANDO | VALOR |
---|---|
network.proxy.socks_remote_dns | True |
browser.safebrowsing.enabled | True |
browser.safebrowsing.malware.enabled | False |
cd torando
./torando.sh
cd torando
./toroff.sh
nano .bashrc
alias torando="./torando.sh"
alias toroff="./offtor.sh"