Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(common): Add ESP DNS module with support for UDP, DoT, and DoH protocols #781

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

espressif-abhikroy
Copy link
Collaborator

This commit introduces a custom DNS module for ESP32, enabling DNS resolution capabilities over various protocols including traditional UDP, DNS over TLS (DoT), and DNS over HTTPS (DoH). The module includes initialization, cleanup, and error handling functionalities, along with protocol-specific implementations for each DNS type.

Description

Related

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

…rotocols

This commit introduces a custom DNS module for ESP32, enabling DNS resolution capabilities
over various protocols including traditional UDP, DNS over TLS (DoT), and DNS over HTTPS (DoH).
The module includes initialization, cleanup, and error handling functionalities,
along with protocol-specific implementations for each DNS type.
@espressif-abhikroy espressif-abhikroy self-assigned this Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant