Hi Team,
I am using hardware ESP32C6 chip
using wifi for internet connectivity
working scenario:
- on starting we are geeting dhcp wifi ip address
- we are initialise mdns
- we are able to login by using dns name
not working scenario:
- when we try to switch from dhcp to static ip (we give static ip configuration from web page and restart esp device)
- after restart we are init mdns
- we are getting ip and we can able to ping that ip even we can able to access web page by using ip address but only issue is we are not able to access web page by using mdns name till 10 minutes
- after 10 minutes it will start
- so please help on it how it will reflect mdns name without delay
note:why it will take 10 minutes to update mdns name with new ip address?
Hi Team,
I am using hardware ESP32C6 chip
using wifi for internet connectivity
working scenario:
not working scenario:
note:why it will take 10 minutes to update mdns name with new ip address?