3.0.0 • Published 2 years ago

public-ip-cli v3.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
2 years ago

public-ip-cli

Get your public IP address

Install

$ npm install --global public-ip-cli

Usage

$ public-ip --help

  Usage
    $ public-ip

  Options
    --ipv4, -4          Return the IPv4 address (default)
    --ipv6, -6          Return the IPv6 address
    --https, -h         Use HTTPS instead of DNS
    --timeout=<ms>, -t  Timeout in milliseconds (default: 5000)

  Example
    $ public-ip
    46.5.21.123
$ time public-ip
46.5.21.123

real    0.08s
user    0.05s
sys     0.02s

Maintainers

Related