:orphan: .. title:: DNS_SERVER_IP_ADDRESSES .. option:: 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. Direct dependencies =================== \ :option:`DNS_RESOLVER ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/dns/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → DNS resolver .. parsed-literal:: menuconfig DNS_SERVER_IP_ADDRESSES bool "Set DNS server IP addresses" depends on \ :option:`DNS_RESOLVER ` && \ :option:`NETWORKING ` help Allow DNS IP addresses to be set in config file for networking applications. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*