Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 273 Bytes

AsyncDNSServer: an asynchronous DNS server for the ESP

Built on AsyncUDP, inspired by the standard DNSServer implementation.

Usage is almost a drop-in replacement for DNSServer. The only usage difference is not calling handleNextRequest() in the loop (no need for it).