From 4f5ad6a7af15a43e1469e994618e24c623177359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 06:28:49 +0000 Subject: Add files via upload --- site/-torando.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 site/-torando.html (limited to 'site/-torando.html') diff --git a/site/-torando.html b/site/-torando.html new file mode 100644 index 0000000..dbaff13 --- /dev/null +++ b/site/-torando.html @@ -0,0 +1,13 @@ +
🇧🇷 Para o tutorial em português clique [aqui]
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 the repo and open the torando.sh and change USERAQUI for your username. +Do the same on toroff.sh
git clone https://github.com/cristiancmoises/torando
+cd torando
+chmod +x *
+nano torando.sh
nano /etc/tor/torrc
Then paste in the end:
VirtualAddrNetwork 10.192.0.0/10
+AutomapHostsOnResolve 1
+TransPort 9040
+DNSPort 53
nano /etc/resolv.conf
chattr +i /etc/resolv.conf
nameserver 127.0.0.1
Go to the firefox and digit about:config then press enter.
about:config
OK, Now paste the command and search, then change the value:
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"