Remove almost all online garbage using Dnsmasq
1–10 of 63 posts
Re: Remove almost all online garbage using Dnsmasq
#2Re: Remove almost all online garbage using Dnsmasq
#3What would be the pro's and con's of using this vs. uBlock Origin and Privacy Badger, assuming somebody like me browsing on the desktop with Firefox?
- The failure mode is to block rather than allow. Even with a browser with adblocking addons, the addon could accidentally be disabled or uninstalled (by you, by a browser bug, by a browser feature, etc), so you'll start seeing ads. If the DNS server gets disabled you won't be able to resolve anything, let alone see ads.
(I used to do a home-made version of this, but resolving to a local gifserv so that I didn't have to see "page could not load" errors from ad spaces. But recently I got a pfsense router so I've switched to pfblockerng instead.)
Re: Remove almost all online garbage using Dnsmasq
#4What would be the pro's and con's of using this vs. uBlock Origin and Privacy Badger, assuming somebody like me browsing on the desktop with Firefox?
Re: Remove almost all online garbage using Dnsmasq
#5Re: Remove almost all online garbage using Dnsmasq
#6What would be the pro's and con's of using this vs. uBlock Origin and Privacy Badger, assuming somebody like me browsing on the desktop with Firefox?
What the network approach doesn't help with is when the ads are served from the same domain as the content. An extension like uBlock Origin solves this problem because it filters the content within the browser.
So I think both approaches are necessary to filter out ads/trackers, and they also complement each other, one at the network level (dnsmasq or Pi-Hole) and the other at the browser/content level (uBlock Origin, PrivacyBadger).
Re: Remove almost all online garbage using Dnsmasq
#7Not sure what using dnsmasq would buy me over this setup.
Re: Remove almost all online garbage using Dnsmasq
#8see pihole
Re: Remove almost all online garbage using Dnsmasq
#9What would be the pro's and con's of using this vs. uBlock Origin and Privacy Badger, assuming somebody like me browsing on the desktop with Firefox?