Add new file

This commit is contained in:
Jorgu81 2021-05-31 10:21:55 +00:00
parent 5cc8a6503f
commit e16341fd8b
1 changed files with 23 additions and 0 deletions

23
Tor/README Normal file
View File

@ -0,0 +1,23 @@
## Improving privacy using Tor Browser
Editing torrc in order to enhance privacy for this browser.
* Excluding [Five Eyes nodes[https://en.wikipedia.org/wiki/Five_Eyes]
ExcludeExitNodes {us},{au},{ca},{nz},{gb}
ExcludeNodes {us},{au},{ca},{nz},{gb}
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.