You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 IP
curl -4 https://ifconfig.co returns correct IP
The text was updated successfully, but these errors were encountered:
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 IPThe text was updated successfully, but these errors were encountered: