0.0.10 • Published 7 years ago

domain-info-cli v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

domain-info-cli

Build Status

domain-info command-line tools.

install

npm install --global domain-info-cli

Usage

domain --help

  simple domain information tool cli

  Usage
    $ domain <command> <domain or ip address> <option>

  Command
    groper   - dig commnad. alias dig
    reverse  - reverse DNS lookup
    whois    - whois command
    punycode - convert ascii domain to uicode

  Options
    groper
      -t --type     resourse type
      -s --server   ip address
      -p --port     server port
      -o --timeout  wait for the request

    whois
      -s --server hostname
      -p --port   server port

  Examples
    $ domain groper example.com --type A
    $ domain dig example.com --type A
    $ domain reverse example.com
    $ domain whois example.com --server whois.verisign-grs.com
    $ domain punycode 日本語.jp

Related

domain-info

License

MIT © kazu69

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago