No description
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| bin | ||
| README.md | ||
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.