Files
Arthur Edelstein 07a2c177d8 Use DoH from the OS DNS provider OR a fallback DoH provider (#21971)
This behavior is behind a flag: BraveFallbackDoHProvider, and
involves an integer parameter, kBraveFallbackDoHProviderEndpointIndex:
1 = Quad9
2 = Wikimedia
3 = Cloudflare
2024-02-14 01:41:05 +01:00

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",
]