hosts/Tor/README.md

27 lines
540 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:21:55 +00:00
ExcludeExitNodes {us},{au},{ca},{nz},{gb}
2021-05-31 10:23:11 +00:00
2021-05-31 10:21:55 +00:00
ExcludeNodes {us},{au},{ca},{nz},{gb}
2021-05-31 10:23:11 +00:00
2021-05-31 10:21:55 +00:00
StrictNodes 1
* By adding MapAdress hosts with the purpose of blocking adds.
MapAdress domain.com 0.0.0.0
## Credits
Thanks to:
- [Baobab codeberg](https://codeberg.org/baobab) for his MapAdress idea .
## License
GNU General Public License v3.0.
See `LICENSE` for more details.