NetWiki

I can make net work

User Tools

Site Tools


leftovers:find_my_public_ip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
leftovers:find_my_public_ip [2023-11-03 20:02] – [PowerShell] daveleftovers:find_my_public_ip [2024-08-22 19:50] (current) – [PowerShell] dave
Line 24: Line 24:
 ==== Dig ==== ==== Dig ====
 <code> <code>
 +# via OpenDNS
 > dig +short myip.opendns.com @resolver1.opendns.com > dig +short myip.opendns.com @resolver1.opendns.com
 11.22.33.44 11.22.33.44
  
 +# via Google
 > dig TXT +short o-o.myaddr.l.google.com @ns1.google.com > dig TXT +short o-o.myaddr.l.google.com @ns1.google.com
 "11.22.33.44" "11.22.33.44"
 +
 +# via Akamai
 +> dig @ns1-1.akamaitech.net ANY whoami.akamai.net +short
 +11.22.33.44
 </code> </code>
 Install the [[Software:isc_dig_host|ISC dig and host]] tools. Install the [[Software:isc_dig_host|ISC dig and host]] tools.
Line 60: Line 66:
 </code> </code>
  
 +You could sub http://api.ipify.org/ to get the same results.
leftovers/find_my_public_ip.1699041749.txt.gz · Last modified: by dave

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki