The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_DNS_SERVER_IP_ADDRESSES

Set DNS server IP addresses

Type: bool

Help

Allow DNS IP addresses to be set in config file for networking applications.

Direct dependencies

DNS_RESOLVER && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

Menu path: (top menu) → Networking → Network Protocols

menuconfig DNS_SERVER_IP_ADDRESSES
    bool
    prompt "Set DNS server IP addresses" if DNS_RESOLVER && NETWORKING
    depends on DNS_RESOLVER && NETWORKING
    help
      Allow DNS IP addresses to be set in config file for
      networking applications.

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