Open
Description
Currently it is not possible to specify the DNS server within MySensors and the ESP8266 falls back to the default DNS server (AFAIK opendns.com) as configured within the firmware.
The situation that I noticed is that opendns doesn't always resolve the domain name of my public webserver which I use to sent measure data to. By adding the DNS server in the WiFi.config call did resolve the issue for me. Could the DNS server be added as a #define and be added to the WiFi.config call?