8dc01261ea
If the config file contains DNS server addresses, then configure the DNS resolver to use them. Change-Id: Ie7f2bdcf7ac4bb7ee0ecf7fb5b7bd2df3379cdc3 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
README | ||
dns_client.c | ||
dns_pack.c | ||
dns_pack.h | ||
resolve.c |
README
DNS Client API for Zephyr ========================= Known limitations: - Synchronous queries - Only IPv4 and IPv6 records can be handled - Minimal protocol validation. If you do not trust your DNS server, it is time to change it :) Usage: Before calling the resolver, it must be initialized via the 'dns_init' routine. See samples/net/dns_client/src/main.c.