-
CONFIG_MDNS_RESPONDER
¶
mDNS responder
Type: bool
Help¶
This option enables the mDNS responder support for Zephyr. It will listen well-known address ff02::fb and 224.0.0.251. Currently this only returns IP address information. You must set CONFIG_NET_HOSTNAME to some meaningful value and then mDNS will start to respond to <hostname>.local mDNS queries. See RFC 6762 for more details about mDNS.
Direct dependencies¶
NET_HOSTNAME_ENABLE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/net/lib/dns/Kconfig:119
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 MDNS_RESPONDER bool prompt "mDNS responder" ifNET_HOSTNAME_ENABLE
&&NETWORKING
selectNET_IPV6_MLD
ifNET_IPV6
&&NET_HOSTNAME_ENABLE
&&NETWORKING
depends onNET_HOSTNAME_ENABLE
&&NETWORKING
help This option enables the mDNS responder support for Zephyr. It will listen well-known address ff02::fb and 224.0.0.251. Currently this only returns IP address information. You must set CONFIG_NET_HOSTNAME to some meaningful value and then mDNS will start to respond to <hostname>.local mDNS queries. See RFC 6762 for more details about mDNS.
(Definitions include propagated dependencies, including from if’s and menus.)