• @[email protected]
    link
    fedilink
    87 months ago

    Blame their DoH for killing FF deployment in the enterprise. Companies don’t like not being in charge of their DNS traffic. DoT is better from corporate POV as that can all be blocked or redirected based on the port, not so much DoH which uses the same port as normal web traffic.

        • @[email protected]
          link
          fedilink
          4
          edit-2
          7 months ago

          Wait, are you saying there’s a way to tell Firefox to use a different DNS server than what’s specified in the interface configuration?

          BTW, thank you for the explanation, makes sense now!

          • @[email protected]
            link
            fedilink
            57 months ago

            Exactly that. And it looks just like any other web traffic.

            Quite a few things will use their own DNS servers, not the one specified by the system or handed out over DHCP. I know many apps on the fire stick and Roku devices do this. So you have to intercept their traffic and redirect it to control it. If their using DoH then you can’t do that and your pihole is useless against them.

            Best you can do is maintain a list of well known DoH servers and block them outright. But that’s a constantly moving losing battle.

            • @[email protected]
              link
              fedilink
              27 months ago

              Right, it just downed on me that DNS is nothing more than another application layer in the OSI model. Thanks again!