Block ads on home devices using a Raspberry Pi
1–10 of 25 posts
Re: Block ads on home devices using a Raspberry Pi
#2Note that this doesn't block ads which are inlined and/or otherwise combined with content; for that, you can use a MITM proxy like Privoxy.
Re: Block ads on home devices using a Raspberry Pi
#3Re: Block ads on home devices using a Raspberry Pi
#4Why not just use a hosts file?
Re: Block ads on home devices using a Raspberry Pi
#5Why not just use a hosts file?
1) This is centralized so you wouldn't have to edit on every PC/device 2) It's a bit tricky to edit the hosts file on an iPhone..
Re: Block ads on home devices using a Raspberry Pi
#61. get hosts file from http://winhelp2002.mvps.org/hosts.htm
2. install pdnsd (by default it reads and uses the hosts file)
Re: Block ads on home devices using a Raspberry Pi
#7Earlier quoted context omitted.
1) This is centralized so you wouldn't have to edit on every PC/device 2) It's a bit tricky to edit the hosts file on an iPhone..
re #2: it's only two steps to install a proxy-based adblocker and then set a proxy for your internet connection. Same goes on Android.
This is a lot more efficient.
Re: Block ads on home devices using a Raspberry Pi
#8If he's setting up dnsmasq to serve as a caching local DNS, why not configure it to serve as DHCP server as well (after disabling DHCP on the router) and avoid the manual setting of the DNS server on clients?
Re: Block ads on home devices using a Raspberry Pi
#9Re: Block ads on home devices using a Raspberry Pi
#10Earlier quoted context omitted.
1) This is centralized so you wouldn't have to edit on every PC/device 2) It's a bit tricky to edit the hosts file on an iPhone..
re #2: it's only two steps to install a proxy-based adblocker and then set a proxy for your internet connection. Same goes on Android.