diff --git a/Tor/README b/Tor/README new file mode 100644 index 0000000..7ce86d6 --- /dev/null +++ b/Tor/README @@ -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.