So I’ve been a pihole user for a long long time…but seeing the advancements in AdGuard Home and some of the nicer UI facets, I was interested in giving it a try. I also have an active directory domain that I need to manage as well.

So, prior to recently, I had routed all DNS requests thought the AD DCs, and their upstream resolver was PiHole, and then Pihole routed to its internal install of cloudflared with DNS over HTTPS to the cloudflare DNS services.

More recently, I changed my DNS services in DNS to point directly to pihole, managed my local dns records in pihole and then used conditional forwarding to my AD DCs for local DNS resolution. The biggest benefit I saw in this adjustment is that I can identify what hosts are making what requests.

More recently than that, I brought Adguard Home into the environment and am using it as a secondary DNS server. I ended up taking it out of the mix for the moment. My thought process was having one DNS server on each of my active VM hosts just in case…but managing internal DNS records in adguard home is a bit of a pain in the ass, and there is no way to import in bulk.

So, the questions, 1) do you just use one or the other… pihole, vs adguard home… 2) do you use multiple dns servers or just a single one upstream…3) whats your preferred method of internal dns management in conjunction w/ pihole/adguard home?

  • cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    I use Unbound as a DNS resolver and pfBlockerNG for ad blocking. My firewall blocks external DNS, DoH, & DoT servers except for dns.adguard-dns.com, which I use on my phone.

  • WetFishing@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I stopped using pihole years ago because it didn’t support wildcards. Technitium DNS server is fantastic. The dev is super responsive and keeps things updated.

    • Jonteponte71@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I think that was the longest feature list I have ever seen! 😁This looks more complete then any of the other popular ones. Do you agree?

    • CrustyBatchOfNature@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Another vote for Technitium DNS. I used PiHole then Adguard Home and Technitium is much better for me. I actually run two of them so I never have more than one down outside of power outages. One on my Pi and one on my server that runs my Docker containers for my other services.

      • Luigi311@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 months ago

        My biggest issue with pihole is that you can’t really sync between multiple servers natively. Does technetium support this?

        • CrustyBatchOfNature@alien.topB
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 months ago

          I know others pointed to it a way to partly do this, but I wanted to just say that I don’t replicate mine on purpose at this point. The one running on my Pi updates automatically and the other one does not. That allows me to test new releases on one DNS without borking my whole setup. Then I update the other manually once I know the Pi is working fine.

  • sarkyscouser@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I use nextdns as I can use that when mobile but if you want a local solution adguard home has DOH/DOT built in and a nicer interface than pihole IMHO

  • bka-informant@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I use two Technitium DNS servers, the primary server runs in a container under Proxmox and the secondary as a failover on a Pi4. I only use Pihole for a handful of clients (mobile phone, FireTV etc.) these are assigned the DNS address from PiHole via DHCP, all other devices use the Technitium DNS directly. As internal domains I use the scheme “host.in.lan” and all devices (except servers) get their IP via DHCP (the Technitium DNS server also has this built in) and a DNS entry is automatically created for them via DDNS

  • NiftyLogic@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    CoreDNS as my central DNS manager in my home(lab).

    Currently two nodes are running CoreDNS with the same config for resilence. I really hate long DNS chains, because if something breaks in between, DNS is out … wife and children scream … me unhappy.

    Current setup with five zones:

    - .fritz.box - resolved to the provider-supplied router which also manages my network printer

    - .home - forwarded to my UDM which runs DHCP in my home

    - .lab.home - zone file which define s a wildcard to resolve all requests to my Traefik reverse proxy

    - .consul - forwarded to Consul service catalog for service discovery

    - . - everything else (internet) is either forwarded to AdGuard Home (and then to Cloudflare DNS) if the AdGuard service is running. If not, forward directly to the UDM. Nomad + Consul are amazing for this kind of templating and dynamic re-configuration.

    Works quite well for me :-)

  • wiseguy9317@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    2 instances of Adguard Home (VM and Raspberry PI with adguard sync) using DOH upstream servers (currently Cloudflare, Quad 9, and Mullvad). Works like a champ, have not touched it in over a year.

  • mjh2901@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I have two piholes setup as full recursive dns servers (unbound) DHCP is handled by TP link Omada and the piholes are the two dns servers. The top of the DNS chain is cloudflare 1.1.1.1

  • HTTP_404_NotFound@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I use technitium as the primary server, with a pair of backup servers running bind9.

    The backup servers do zone-transfers from the primary.

  • Swarfega@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    I’ve been using PiHole for years but just switched to NextDNS. Mainly because I use DNS to filter adult sites for my kids. NextDNS works regardless of the network they are on. I used to block YouTube etc at night but if we’re are on holiday they get no filter.

    I switched to AD Guard (at home) now as I can configure DNS over TLS for devices that only support regular DNS. So for example my kids TV talks to AD Guard and then AD Guard looks at the MAC address and sends it down a specific DNS over TLS address. So that TV gets the filters of my kids NextDNS profile.