-
CONFIG_DNS_SERVER_IP_ADDRESSES
¶
Set DNS server IP addresses
Type: bool
Help¶
Allow DNS IP addresses to be set in config file for networking applications.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/lib/dns/Kconfig:58
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
menuconfig DNS_SERVER_IP_ADDRESSES bool prompt "Set DNS server IP addresses" ifDNS_RESOLVER
&&NETWORKING
depends onDNS_RESOLVER
&&NETWORKING
help Allow DNS IP addresses to be set in config file for networking applications.
(Definitions include propagated dependencies, including from if’s and menus.)