I have a script using _GetIP() that has started reporting a bad IP.
The reported IP is "1689104".
I had a look in "Inet.au3" and found that there is 3 sources for the external IP address check:
1) http://checkip.dyndns.org/ - Works!
2) http://api.exip.org/?call=ip - Returns "1689104"
3) http://www.myexternalip.com/raw - Works!
Looking further in the function, it tries to match using a regular expression a series of 7 to 15 characters that contain only numbers and periods. The issue i