1
我是通過NodeMCU文檔閱讀enduser setup Module
,現在我對下面的語句有點慌亂:域名解析爲接入點
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.
在默認配置,NodeMCU接入點有一個IP地址:192.168.4.1.
我的問題是,如何解決www.example.com
,使它指向模塊的接入點IP地址(192.168.4.1)
?該模塊是否有默認的DNS配置?
完整文檔,請here。