:orphan: .. title:: CONFIG_DNS_RESOLVER_AI_MAX_ENTRIES .. kconfig:: CONFIG_DNS_RESOLVER_AI_MAX_ENTRIES CONFIG_DNS_RESOLVER_AI_MAX_ENTRIES ################################## *Maximum number of IP addresses for DNS name* Type: ``int`` Help ==== .. code-block:: none Defines the max number of IP addresses per domain name resolution the DNS resolver can handle. Direct dependencies =================== \ :kconfig:`DNS_RESOLVER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/net/lib/dns/Kconfig:47`` 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 .. code-block:: kconfig config DNS_RESOLVER_AI_MAX_ENTRIES int "Maximum number of IP addresses for DNS name" default 2 depends on DNS_RESOLVER && NETWORKING help Defines the max number of IP addresses per domain name resolution the DNS resolver can handle. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*