Both AdGuard Home and Pi-hole are free and open source, and both do pretty well much the same as far as functionality goes. They can also both be installed natively or as a docker container image, and will run on Raspberry Pi’s or larger hardware.

The differences really come with AdGuard Home’s UI looking a touch more modern and less cluttered, and supposedly AdGuard Home has additional functionality already included, where that must be installed additionally for Pi-hole.

So I managed to get up and running quite quickly with AdGuard Home by following DB Tech’s video. One thing that tripped me up was that the container would not start, and reported a clash on port 53 (the DNS port). But one of the commenters on the video, Wesley O’Brien, suggested a solution which worked perfectly for me. I set my router’s DHCP server to provide the IP of my AdGuard Home server as the DNS, and now all devices throughout the home network are using it. Speed tests and website page loading appears unaffected (not slower, anyway).

See https://youtu.be/u9ylq5Gry_A

#technology #opensource #adguardhome #pihole #trackers

  • @xanaxagoras
    link
    1
    edit-2
    2 years ago

    PiHole is a big part of how I do exactly those things.

    • Router acts as a wireguard client (for external VPN) and server (for home VPN).
    • LAN and home VPN DHCP services push pihole DNS server so client devices use it by default
    • I can change DNS servers temporarily on any given device if needed
    • Phone uses “always on VPN” feature on Android to connect to home VPN; computers can connect easily as well from anywhere
    • Router routes all LAN and home VPN non-local traffic across external VPN provider
    • PiHole uses external VPN provider’s DNS server for upstream DNS to prevent DNS leaks

    Granted it was difficult to get it all working. But really no maintenance since then.