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