Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-202528.9 KiB677672

BUILD.gnH A D25-Apr-20252.1 KiB9582

README.mdH A D25-Apr-2025594 1510

dns_config_overrides.ccH A D25-Apr-20254.3 KiB12297

dns_config_overrides.hH A D25-Apr-20252.7 KiB7542

dns_over_https_config.ccH A D25-Apr-20255.4 KiB164131

dns_over_https_config.hH A D25-Apr-20252.5 KiB7337

dns_over_https_config_unittest.ccH A D25-Apr-20256.6 KiB221179

dns_over_https_server_config.ccH A D25-Apr-20257.1 KiB210174

dns_over_https_server_config.hH A D25-Apr-20252.1 KiB6741

dns_over_https_server_config_unittest.ccH A D25-Apr-20257.7 KiB241195

dns_protocol.hH A D25-Apr-20258.7 KiB21668

dns_query_type.ccH A D25-Apr-2025838 2715

dns_query_type.hH A D25-Apr-20251.9 KiB6032

doh_provider_entry.ccH A D25-Apr-202516.2 KiB369333

doh_provider_entry.hH A D25-Apr-20253.9 KiB10962

doh_provider_entry_unittest.ccH A D25-Apr-20251.5 KiB5239

host_resolver_results.ccH A D25-Apr-20251.9 KiB5943

host_resolver_results.hH A D25-Apr-20253.1 KiB9355

host_resolver_source.ccH A D25-Apr-2025746 2917

host_resolver_source.hH A D25-Apr-20252 KiB6427

mdns_listener_update_type.hH A D25-Apr-2025483 2010

resolv_reader.ccH A D25-Apr-20252.9 KiB9576

resolv_reader.hH A D25-Apr-2025913 3719

resolv_reader_unittest.ccH A D25-Apr-20253.2 KiB11790

resolve_error_info.ccH A D25-Apr-20251.1 KiB3823

resolve_error_info.hH A D25-Apr-20251.3 KiB3920

scoped_res_state.ccH A D25-Apr-20251.3 KiB5436

scoped_res_state.hH A D25-Apr-20251.2 KiB4521

secure_dns_mode.hH A D25-Apr-20251.2 KiB3717

secure_dns_policy.ccH A D25-Apr-2025524 2113

secure_dns_policy.hH A D25-Apr-2025780 2611

util.ccH A D25-Apr-20254.2 KiB12279

util.hH A D25-Apr-20251.6 KiB4617

win_dns_system_settings.ccH A D25-Apr-202510.8 KiB314250

win_dns_system_settings.hH A D25-Apr-20254.2 KiB12062

win_dns_system_settings_unittest.ccH A D25-Apr-20255.1 KiB155133

README.md

1# DNS Public
2
3Host resolution code intended for direct usage outside the network stack. This
4should be limited to simple utilities, structs, and constants. While code
5designed to work with the [network service](/services/network) should generally
6only interact with host resolution through the service, the code in this
7directory is designed to be used directly by any code.
8
9TODO(ericorth): Move to //net/public/dns if the cleanup is ever started to
10generally separate public code in //net.
11
12## Adding/Modifying DoH providers
13
14See [adding_doh_providers.md](/net/docs/adding_doh_providers.md).
15