This behavior is behind a flag: BraveFallbackDoHProvider, and involves an integer parameter, kBraveFallbackDoHProviderEndpointIndex: 1 = Quad9 2 = Wikimedia 3 = Cloudflare
11 lines
419 B
Plaintext
11 lines
419 B
Plaintext
# Copyright (c) 2023 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
brave_net_dns_sources = [
|
|
"//brave/net/dns/secure_dns_counter.cc",
|
|
"//brave/net/dns/secure_dns_counter.h",
|
|
"//brave/net/dns/secure_dns_endpoints.h",
|
|
]
|