Closed helgef closed 2 years ago
DNS resolution should work out of the box. Maybe there's something wrong with the DNS assignment by your DHCP server?
Thanks for prompt reply. I will investigate further next time I can access the network. I have other devices connected to the same router without DHCP issues though, so seems a little strange.
I am not experiences with the wifi libraries you use, but is there perhaps a possibility to set a static DNS server (e.g 1.1.1.1) for debugging purposes?
I think I did not expose static IP and DNS settings to the user. So without code changes it is unfortunately currently not possible to set a DNS server manually.
One thing to try may be flushing the dns records on your router if possible, sometimes there are issues with that.
helgef @.***> schrieb am Mi., 18. Mai 2022, 11:34:
Thanks for prompt reply. I will investigate further next time I can access the network. I have other devices connected to the same router without DHCP issues though, so seems a little strange.
I am not experiences with the wifi libraries you use, but is there perhaps a possibility to set a static DNS server (e.g 1.1.1.1) for debugging purposes?
— Reply to this email directly, view it on GitHub https://github.com/armageddon421/electrodacus-esp32/issues/35#issuecomment-1129789029, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHI5SBHUSUAIHJXQ6NYILTVKS2Q3ANCNFSM5WHRKHOQ . You are receiving this because you commented.Message ID: @.***>
Closing this issue, I have verified that DNS resolution works
Hi, new user here.
I was able to get MQTT publishing working yesterday, but only after replacing the hostname of the mqtt broker with its IP. (Im using a cloud based MQTT broker).
Since the IP can potentially change for the broker, I would prefer to use its FQDN. Any hints on how to enable DNS resolution (or should it just work?)
Steps to reproduce: