Getting an External IP Address - Programming On Unix

Users browsing this thread: 1 Guest(s)
xero
Long time nixers
the only method i know is to use some external resource


Code:
curl ifconfig.me
Code:
curl icanhazip.com
Code:
curl ipecho.net/plain
Code:
curl ifconfig.co
Code:
curl myexternalip.com/raw
Code:
wget -q -O - "http://myexternalip.com/raw"
Code:
fetch -q -o - "http://myexternalip.com/raw"


Messages In This Thread
Getting an External IP Address - by evbo - 31-07-2017, 06:10 PM
RE: Getting an External IP Address - by xero - 31-07-2017, 06:42 PM
RE: Getting an External IP Address - by hades - 01-08-2017, 12:23 AM