I know this isn't an error with this script per se; but seems like the call to get the IP address returns two different addresses for me; one when accessing over HTTP and one over HTTPS, which is very odd :/
Do you know who I can get in contact with there ? potentially we could use another separate service ?
I know this isn't an error with this script per se; but seems like the call to get the IP address returns two different addresses for me; one when accessing over HTTP and one over HTTPS, which is very odd :/
Do you know who I can get in contact with there ? potentially we could use another separate service ?
curl -4 http://ifconfig.co
returns incorrect IPcurl -4 https://ifconfig.co
returns correct IP