:orphan: .. title:: CONFIG_DNS_SERVER3 .. kconfig:: CONFIG_DNS_SERVER3 CONFIG_DNS_SERVER3 ################## *DNS server 3* 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:93`` 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_SERVER3 string "DNS server 3" 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.)*