Cellular DNS Servers

When interfacing with Blynk, the Photon has no problem connecting. However, when the same code is run on the Electron, the program cannot connect to the Blynk Server.

Apparently blynk-cloud.com is not resolving. The program can connect when using the blynk-cloud.com IP as in:

Blynk.begin(Blynkauth, IPAddress(45,55,96,146), 8442);

Do the DNS servers need to be updated?

Kenny