hosts/Tor/README.md

34 lines
874 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-07-05 09:37:39 +00:00
* By adding MapAddress 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
2021-07-05 12:19:18 +00:00
As for NoGoogle hosts, *.googlevideo.com is necessary for Invidious. Modify or delete it if you want.
2021-05-31 10:21:55 +00:00
## Credits
Thanks to:
2021-07-05 09:37:39 +00:00
- [Baobab codeberg](https://codeberg.org/baobab) for his MapAddress idea.
2021-06-30 20:40:40 +00:00
- [Steven Black](https://github.com/StevenBlack/hosts) for his hosts.
2021-07-05 12:19:18 +00:00
- [nickspaargaren](https://github.com/nickspaargaren/no-google) for NoGoogle hosts.
2021-05-31 10:21:55 +00:00
## License
GNU General Public License v3.0.
See `LICENSE` for more details.