Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_config_overrides.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_config_overrides.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_over_https_config.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_over_https_config.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_over_https_config_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_over_https_server_config.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_over_https_server_config.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_over_https_server_config_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_protocol.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_query_type.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
dns_query_type.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
doh_provider_entry.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
doh_provider_entry.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
doh_provider_entry_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
host_resolver_source.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
mdns_listener_update_type.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
resolv_reader.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
resolv_reader.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
resolv_reader_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
resolve_error_info.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
resolve_error_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
scoped_res_state.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
scoped_res_state.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
secure_dns_mode.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
secure_dns_policy.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
util.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
win_dns_system_settings.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
win_dns_system_settings.h 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
win_dns_system_settings_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año

README.md

DNS Public

Host resolution code intended for direct usage outside the network stack. This should be limited to simple utilities, structs, and constants. While code designed to work with the network service should generally only interact with host resolution through the service, the code in this directory is designed to be used directly by any code.

TODO(ericorth): Move to //net/public/dns if the cleanup is ever started to generally separate public code in //net.

Adding/Modifying DoH providers

See adding_doh_providers.md.