xref: /aosp_15_r20/external/cronet/net/dns/public/README.md (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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