Consider ignoring board URL checks if clearly a local IP address

If you're doing something like local.example.com that just resolves to a local IP, we won't detect that.
That's what we are doing, development instances are on sub-domains of our company domain that are only accessible locally.

It would be nice if you could consider doing DNS-Checks, but if you do not want to do that I'll just throw in some code to get around that display (which bothers me :D)
 
Top Bottom