samples: net: dns: Add LLMNR client support to DNS resolver
By default the LLMNR is disabled in this sample. You can enable it by setting CONFIG_LLMNR_RESOLVER=y Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
837ed14a0d
commit
f47151513c
3 changed files with 21 additions and 4 deletions
|
@ -34,6 +34,8 @@ CONFIG_DNS_RESOLVER_ADDITIONAL_BUF_CTR=5
|
|||
CONFIG_DNS_RESOLVER_ADDITIONAL_QUERIES=2
|
||||
# Enable mDNS support
|
||||
CONFIG_MDNS_RESOLVER=y
|
||||
# Enable LLMNR support
|
||||
CONFIG_LLMNR_RESOLVER=n
|
||||
|
||||
CONFIG_DNS_RESOLVER_MAX_SERVERS=2
|
||||
CONFIG_DNS_SERVER_IP_ADDRESSES=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue