mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-29 13:41:39 +01:00
This commit introduces a custom DNS module for ESP32, enabling DNS resolution capabilities over various protocols including UDP, TCP, DNS over TLS (DoT), and DNS over HTTPS (DoH). The module includes initialization and cleanup functionalities, along with protocol-specific implementations for each DNS type.
8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
|
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration
|
|
#
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|
|
CONFIG_LWIP_DNS_MAX_HOST_IP=4
|
|
CONFIG_LWIP_USE_ESP_GETADDRINFO=y
|
|
CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM=y
|