:orphan: .. title:: CONFIG_DNS_SERVER4 .. kconfig:: CONFIG_DNS_SERVER4 CONFIG_DNS_SERVER4 ################## *DNS server 4* Type: ``string`` Help ==== .. code-block:: none See help in "DNS server 1" option. Direct dependencies =================== \ :kconfig:`DNS_SERVER_IP_ADDRESSES ` && \ :kconfig:`DNS_RESOLVER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/net/lib/dns/Kconfig:98`` 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 → Set DNS server IP addresses .. code-block:: kconfig config DNS_SERVER4 string "DNS server 4" depends on DNS_SERVER_IP_ADDRESSES && DNS_RESOLVER && NETWORKING help See help in "DNS server 1" option. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*