Index: net/dns/dns_config_service.h |
diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h |
index d14a2cd66fa9b7b218dccd4e6bed4d913f657861..7386e601790fe80e78b7f815a49efbed2728ace2 100644 |
--- a/net/dns/dns_config_service.h |
+++ b/net/dns/dns_config_service.h |
@@ -83,6 +83,11 @@ struct NET_EXPORT_PRIVATE DnsConfig { |
bool rotate; |
// Enable EDNS0 extensions. |
bool edns0; |
+ |
+ // Indicates system configuration uses local IPv6 connectivity, e.g., |
+ // DirectAccess. This is exposed for HostResolver to skip IPv6 probes, |
+ // as it may cause them to return incorrect results. |
+ bool use_local_ipv6; |
}; |