:orphan: .. title:: CONFIG_DNS_SERVER_IP_ADDRESSES .. kconfig:: CONFIG_DNS_SERVER_IP_ADDRESSES CONFIG_DNS_SERVER_IP_ADDRESSES ############################## *Set DNS server IP addresses* Type: ``bool`` Help ==== .. code-block:: none Allow DNS IP addresses to be set in config file for networking applications. Direct dependencies =================== \ :kconfig:`DNS_RESOLVER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/dns/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → DNS resolver .. code-block:: kconfig menuconfig DNS_SERVER_IP_ADDRESSES bool "Set DNS server IP addresses" depends on DNS_RESOLVER && 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.)*