i have my pi 4 as a single arm router plugged into a managed switch using vlans
(eth0-wan, eth1-rpi4, eth2-out to access point, eth3-out to dumb switch, eth4 management ip no access to rest of system((backup access to the managed switch))
how would i go about adding in adblock/pihole/adguardhome (and which is the best option here?
i am trying to add services one at a time, i got sqm setup, and my pi4 is still barely being utilized, i know its not necessarily a good idea to cram to much into one spot, but i also think keeping all the dns related stuff in one place is better for my sanity?
Pihole is more feature full than AG (has its own form of dnsmasq). Running it will require a container like lxc or docker. If you don’t need or want that level of customization and versatility, AG will be easier to install and maintain.
This is not related to openwrt I suggest asking this question which has been asked on each of their respected forums 1000's of times.
With that said Adblock can block domains and url's and despite what is shown in @hecatae picture pihole blocks domains only, DNSmasq the secret sauce in pihole can also redirect one domain to another. EG: redirect youtube.com to the kids version of youtube. DNSmasq can also redirect clients to different DNS servers, EG: one client can use 1.1.1.1 unfiltered and other clients to 1.0.0.2 filtered