blob: c3955896f2e88275fe27e9524d2cd694ff840f3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- net/dns/public/resolv_reader.cc.orig 2025-08-26 20:49:50 UTC
+++ net/dns/public/resolv_reader.cc
@@ -34,7 +34,7 @@ bool ResolvReader::IsLikelySystemdResolved() {
}
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
|