The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_DNS_SERVER2

DNS server 2

Type: string

Help

See help in “DNS server 1” option.

Direct dependencies

DNS_SERVER_IP_ADDRESSES && DNS_RESOLVER && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/net/lib/dns/Kconfig:82

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:11

Menu path: (top menu) → Networking → Network Protocols → Set DNS server IP addresses

config DNS_SERVER2
    string
    prompt "DNS server 2" if DNS_SERVER_IP_ADDRESSES && DNS_RESOLVER && NETWORKING
    depends on DNS_SERVER_IP_ADDRESSES && DNS_RESOLVER && NETWORKING
    help
      See help in "DNS server 1" option.

(Definitions include propagated dependencies, including from if’s and menus.)