aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: db24aa29a47b402a5b373a357adc598bee55fd16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# TORANDO - TOR VPN
<p align="center"> 
<img src="https://github.com/cristiancmoises/torando/assets/86272521/045451b7-545a-4798-9df8-980b122b829d"  width="640"  height="420" />
<center/>
<p/>
         
> <img src="https://github.com/cristiancmoises/torando/assets/86272521/241a6f7f-ba74-4e8d-95f7-9b783ee824fd"  width="30"  height="30" /> 🇧🇷 Para o tutorial em português clique [aqui](https://github.com/cristiancmoises/torando/blob/main/LEIA-ME.md)
_____________________________________________
## Do you need the tor package to run this. Instal tor first!
> 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

## FIRST STEP - CHANGE THE CONFIG
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
    
## EDIT TORRC

    nano   /etc/tor/torrc

Then paste in the end:

    VirtualAddrNetwork 10.192.0.0/10
    AutomapHostsOnResolve 1
    TransPort 9040
    DNSPort 53

## NOW EDIT THE RESOLV.CONF

    nano /etc/resolv.conf

## FOR SECURITY

    chattr +i /etc/resolv.conf
    
## THEN REMOVE ALL AND PASTE
    nameserver 127.0.0.1 
    
## FIREFOX CONFIG - NO DNS LEAK
_Go to the firefox and digit *about:config* then press enter._
                
           about:config

> #### OK, Now paste the command and search, then change the value:
|    COMMAND             |     VALUE                        |
|------------------------|----------------------------------|
|network.proxy.socks_remote_dns |  True                     |
|browser.safebrowsing.enabled |    True                     |
|browser.safebrowsing.malware.enabled |   False             |

## NOW YOU CAN TURN ON THE TORANDO.SH!
      cd torando
     ./torando.sh
## FOR DISABLE
     cd torando
    ./toroff.sh

## BONUS! EDIT YOUR BASHRC/FISH OR WHATEVER... 
     nano .bashrc
### INCLUDE:
     alias torando="./torando.sh"
     alias toroff="./offtor.sh"

    
## THAT'S ALL! 
![anon](https://github.com/cristiancmoises/torando/assets/86272521/9df06b1d-cff7-4c02-a6fb-c7add5ef27e3)