No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-19 14:33:24 +02:00
bin Initial commit 2026-09-19 14:33:24 +02:00
README.md Initial commit 2026-09-19 14:33:24 +02:00

myip

Prints the public IP address of the machine, without any HTTP service: it asks OpenDNS's resolver for myip.opendns.com, which answers with the address of the client making the query.

myip        # public IPv4
myip -6     # public IPv6

Requires dig (bind9-dnsutils on Debian, bind-tools on Alpine). No configuration.