Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #If you want to protect your IP being revealed during you surf on browser you can follow the steps
- #Via firefox
- sudo apt install tor
- sudo service tor start
- sudo apt install firefox / sudo snap install firefox
- firefox #Go to settings> network settings> proxy settings > choose Use system proxy settings
- open DNS leaks / where is my IP you will se the tor IP every where
- ____________________________________________________________________________________
- # Via brave browser (will not run without tor service)
- sudo service tor start
- Click on right hand side hamburger
- click on pen new window with tor
- Brows any site you want with tor network
- ___________________________________________________________________________________
- #system DNS settings to hide all the DNS leaks
- Open the Terminal on your Linux machine by pressing Ctrl + T.
- Enter the following command to become the root user:
- su
- Once you’ve entered your root password, run these commands:
- rm -r /etc/resolv.conf
- nano /etc/resolv.conf
- When the text editor opens, type in the following lines:
- nameserver 8.8.8.8
- nameserver 208.67.222.222
- nameserver 1.1.1.1
- # SAVE
- ctrl s
- ctrl x
- Close and save the file. You can do so by clicking Ctrl + X and pressing Y. Continue typing in the terminal:
- chattr +i /etc/resolv.conf
- reboot now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement