Print information about configured DNS servers when starting in order to ease the debugging. Change-Id: I3ba71e514e463db790b82913e4c66a67160366dc Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
|---|---|---|
| .. | ||
| dns_client.c | ||
| dns_pack.c | ||
| dns_pack.h | ||
| Kconfig | ||
| Makefile | ||
| README | ||
| resolve.c | ||
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.