I'm working with esp32 coming from esp8266 and I'm puzzled on how to run a dns server with esp32 esp-idf.
With esp8266 in arduino libraries this was very simple as shown in example at link
https://github.com/esp8266/Arduino/blob ... Server.ino
How can I reproduce this dns server in esp32 esp-idf?
Any help is appreciated!! Thanks!