-
CONFIG_LLMNR_RESOLVER
¶
Enable LLMNR support
Type: bool
Help¶
This option enables link local multicast name resolution client side support. See RFC 4795 for details. LLMNR is typically used by Windows hosts. If you enable this option, then the DNS requests are ONLY sent to LLMNR well known multicast address 224.0.0.252:5355 or [ff02::1:3]:5355 and other DNS server addresses are ignored.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/lib/dns/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:11
Menu path: (top menu) → Networking → Network Protocols
config LLMNR_RESOLVER bool prompt "Enable LLMNR support" ifDNS_RESOLVER
&&NETWORKING
depends onDNS_RESOLVER
&&NETWORKING
help This option enables link local multicast name resolution client side support. See RFC 4795 for details. LLMNR is typically used by Windows hosts. If you enable this option, then the DNS requests are ONLY sent to LLMNR well known multicast address 224.0.0.252:5355 or [ff02::1:3]:5355 and other DNS server addresses are ignored.
(Definitions include propagated dependencies, including from if’s and menus.)