I was reading through the NodeMCU documentation on enduser setup Module
, and now I have a little confusion about the following statement:
Connect to that SSID and then navigate to the root of any website (e.g., http://example.com/...
A web page will load, allowing the end user to provide their Wi-Fi information.
With default configuration, the NodeMCU access point has an IP address: 192.168.4.1.
My question is, how is www.example.com
resolved so that it points to the module's access point IP address (192.168.4.1)
? Is there any default DNS configuration for the module?
Full documentation is available here.