My ISP is AT&T (located in the U.S.) and I have issues loading random websites. Currently have Google DNS set in my router, which works great. But I’m guessing there’s a better, more private, option?

  • @Darkassassin07@lemmy.ca
    link
    fedilink
    English
    191 month ago

    Regular DNS can be monitored, intercepted, and modified however your ISP decides, even with you specifying custom DNS servers.

    I run pihole on my LAN, with cloudflared as its upstream DNS. Cloudflared translates regular DNS into DOH using cloudflare and quad9 as the upstream DOH providers (configurable).

    Pihole DOH with cloudflared

    Finally I block all port 53 (dns) traffic at the router so it cannot leave my LAN. All LAN devices that want regular DNS are forced to use the LAN DNS server which wraps their requests in DOH for them. (as well as blocking ads, tracking/telemetry, and known malware sites)

    • @drspod@lemmy.ml
      link
      fedilink
      81 month ago

      What ISP do you use that makes you trust Cloudflare more than your ISP? You must really be between a rock and a hard place.

      • @Darkassassin07@lemmy.ca
        link
        fedilink
        English
        31 month ago

        I’m not all that concerned about either tbh; I was just already capturing DNS traffic and funneling it through pihole for the customizable blocking, and figured I may as well add DOH while I’m at it.

        Just sharing the knowledge for those that are interested. You can use any DOH provider you like.

        • fmstrat
          link
          fedilink
          English
          11 month ago

          You can run Unbound with PiHole, that way its upstream is root servers instead of a single site.

          • @Ooops@feddit.org
            link
            fedilink
            01 month ago

            But at that point pihole is just a fancy web interface with some nice looking but for most purposes useless graphs. I just let Unbound filter stuff with the same filter lists pihole would use.

            • fmstrat
              link
              fedilink
              English
              11 month ago

              True, but there’s use in the UI. I.E. manual blocking/unblocking is simplified. Some use ot for DHCP, too.

      • @Darkassassin07@lemmy.ca
        link
        fedilink
        English
        1
        edit-2
        1 month ago

        Pihole doesn’t directly support DOH. What I linked is their official guide for implementing it: using cloudflared.

        There is other ways you can do this. This is just what I’ve been using.