hosts/Tor/README.md

33 lines
792 B
Markdown
Raw Normal View History

2021-05-31 10:21:55 +00:00
## Improving privacy using Tor Browser
Editing torrc in order to enhance privacy for this browser.
2021-05-31 10:27:25 +00:00
* Excluding [Five Eyes nodes](https://en.wikipedia.org/wiki/Five_Eyes)
2021-05-31 10:23:11 +00:00
2021-05-31 10:28:27 +00:00
_ExcludeExitNodes {us},{au},{ca},{nz},{gb}_
2021-05-31 10:23:11 +00:00
2021-05-31 10:28:27 +00:00
_ExcludeNodes {us},{au},{ca},{nz},{gb}_
2021-05-31 10:23:11 +00:00
2021-05-31 10:28:27 +00:00
_StrictNodes 1_
2021-05-31 10:27:59 +00:00
2021-05-31 10:21:55 +00:00
2021-06-30 20:40:40 +00:00
* By adding MapAdress hosts with the purpose of blocking ads. This host is mainly based in Steven Black hosts.
2021-05-31 10:21:55 +00:00
2021-05-31 10:27:59 +00:00
_MapAdress domain.com 0.0.0.0_
2021-05-31 10:21:55 +00:00
2021-06-30 20:40:40 +00:00
## Considerations
Due to the hugeness of the host Tor Browser will need 1-2 minutes in order to get connection. Be patient!
2021-05-31 10:21:55 +00:00
## Credits
Thanks to:
2021-06-30 20:40:40 +00:00
- [Baobab codeberg](https://codeberg.org/baobab) for his MapAdress idea.
- [Steven Black](https://github.com/StevenBlack/hosts) for his hosts.
2021-05-31 10:21:55 +00:00
## License
GNU General Public License v3.0.
See `LICENSE` for more details.