ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Sprite_tm
#20306 Hmm, perhaps it's something to do with caching... I may try fiddling with the TTL values of the DNS server, maybe there's something there that can be improved.

You can change the effective domain name of the ESP in user_main.c; the hostname in the dns code is only used in some rare cases and it's enough that it resolves to *something*. The end result will always be what the webserver redirects to, which is what you enter in user_main.c.