forked from Narsil/hosts
				
			| 
				
					
						 | 
			||
|---|---|---|
| .. | ||
| NoGoogle_torrc | ||
| README.md | ||
| torrc | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Improving privacy using Tor Browser
Editing torrc in order to enhance privacy for this browser.
- Excluding Five Eyes nodes
 
ExcludeExitNodes {us},{au},{ca},{nz},{gb}
ExcludeNodes {us},{au},{ca},{nz},{gb}
StrictNodes 1
- By adding MapAddress hosts with the purpose of blocking ads. This host is mainly based in Steven Black hosts.
 
MapAdress domain.com 0.0.0.0
Considerations
As for NoGoogle hosts, *.googlevideo.com is necessary for Invidious. Modify or delete it if you want.
By using torrc, by default, most of GAFAM hosts will be blocked due to this is a personal list. In the past, I've used a Steven Black one but doesn't work now.
Credits
Thanks to:
- Baobab codeberg for his MapAddress idea.
 - Steven Black for his hosts.
 - nickspaargaren for NoGoogle hosts.
 
License
GNU General Public License v3.0.
See LICENSE for more details.