Block Adware and Malware with /etc/hosts
github.com
Block Adware and Malware with /etc/hosts
1–10 of 79 posts
Re: Block Adware and Malware with /etc/hosts
#2Re: Block Adware and Malware with /etc/hosts
#3Re: Block Adware and Malware with /etc/hosts
#4A tech as old as Kazaa lite. But people like to use heavy ram chrome browser extension to do the same thing.
Re: Block Adware and Malware with /etc/hosts
#5Don't forget about hosts.deny (but you probably need it at your router if you are behind one).
Re: Block Adware and Malware with /etc/hosts
#6Re: Block Adware and Malware with /etc/hosts
#7 grep -v '#' steves_hosts | awk '{print $1}'| sort | uniq -c
[1] https://news.ycombinator.com/item?id=11456562Re: Block Adware and Malware with /etc/hosts
#8Didn’t work well for me last time I tried, I think entire IPv4 stopped for ~5min on each reboot with this.
[1] https://tinyapps.org/blog/201809300700_large_hosts_file.html
Re: Block Adware and Malware with /etc/hosts
#9https://github.com/Ultimate-Hosts-Blacklist/Ultimate.Hosts.B... Don't forget about hosts.deny (but you probably need it at your router if you are behind one).
Re: Block Adware and Malware with /etc/hosts
#10FWIW, something like ublock origin is going to be better for in-browser blocking (for example, DNS poisoning won't work with youtube ads, which are served from youtube.com, but addins like UBO can remove them because they can hook into the actual traffic).
The ultimate adblocking solution is to use UBO in your browsers AND spin up a pihole to block ads on your entire network: https://pi-hole.net/