ESPAsyncWiFiManager icon indicating copy to clipboard operation
ESPAsyncWiFiManager copied to clipboard

Ability to use mDNS instead of DNS feature?

Open paytah232 opened this issue 5 years ago • 1 comments

Hi, I was wondering if it would be possible to feed AsyncWiFiManager an mDNS server rather than a DNS server so that I can name the host to make it easier to connect to out of the box for a user. Eg. Using http://esp32, instead of http://192.168.4.1.

Thanks!

paytah232 avatar Mar 19 '20 03:03 paytah232

You can still enable mDNS before starting the AsyncWiFiManager, and I believe it will just work.

The DNS server used by the wifi manager is to handle automatic redirects when in captive portal mode, so your phone will automatically redirect you. It's unrelated to finding the device when already connected.

tschundler avatar May 27 '20 04:05 tschundler