Giter Club home page Giter Club logo

torando's Introduction

TORANDO - TOR VPN

🇧🇷 Para o tutorial em português clique aqui


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

torando's People

Contributors

cristiancmoises avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mohamed9x60

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.