forked from Narsil/hosts
24 lines
536 B
Markdown
24 lines
536 B
Markdown
|
## 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.
|