I have a pi hole in my network and I set it as my primary DNS server, and my router (a Mikrotik) as secondary. DHCP sets the DNS servers as pihole, mikrotik in this exact order and I want to keep it that way. I know systemd-resolved uses some algorithm to set the fastest dns as current server, but I don’t want/need that. Is there some way to do configure it to just let it be?

I’m running Fedora 40.

  • @atzanteol
    link
    English
    21 month ago

    You can’t. Well, you shouldn’t rely on queries going out in any particular order. All of your DNS servers should behave the same way as clients may fail from the first one to a secondary.

    Why do you care which one is being used? What are you trying to do?

    • calm.like.a.bombOP
      link
      fedilink
      11 month ago

      I want to have ads blocked with pihole and at the same time to have local DNS served by the router. I know pihole does local DNS, but RouterOS (mikrotik) is much better suited for that.

      • Skull giver
        link
        fedilink
        71 month ago

        If you set the Microtik as Pihole’s upstream server, you should get both Microtik’s local domains and ad blocking.

        You may need to disable DNSSEC validation to get it to work if you use a real domain for local records, though.