I'm interested in implementing some sort of adblock functionality on my openwrt.
I'm not interested in running a proxy of some sort, not even a transparent one.
this could be done via deep packet inspection I suppose, but has anyone done this yet ?
The content of this topic has been archived on 3 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
I'm interested in implementing some sort of adblock functionality on my openwrt.
I'm not interested in running a proxy of some sort, not even a transparent one.
this could be done via deep packet inspection I suppose, but has anyone done this yet ?
You can put ad server hostnames in the router's /etc/hosts file (with bogus IPs), and dnsmasq (the DNS/DHCP server) will return this information to your clients.
http://someonewhocares.org/hosts/
Hope this helps,
Charlie
The discussion might have continued from here.