--- net/dns/public/resolv_reader.cc.orig 2025-09-11 13:19:19 UTC +++ net/dns/public/resolv_reader.cc @@ -34,7 +34,7 @@ std::unique_ptr ResolvReader::GetResSt } bool ResolvReader::IsLikelySystemdResolved() { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) // Look for a single 127.0.0.53:53 nameserver endpoint. The only known // significant usage of such a configuration is the systemd-resolved local // resolver, so it is then a fairly safe assumption that any DNS queries to