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