- My goal is: I am implementing a web server with dns.
- My actions are: I put these code in mos.yml
- [“dns_sd.enable”, true]
- [“dns_sd.host_name”, “esp32”]
- The result I see is: The dns did work, but sometimes
esp32.local
cannot be accessed, so I must use device IP. - My expectation & question is: Did I miss something? Looks like there is no info about the dns in serial console when the dns cannot be accessed.