domain-info-cli

0.0.10 • Public • Published

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

Dependencies (5)

Dev Dependencies (5)

Package Sidebar

Install

npm i domain-info-cli

Weekly Downloads

0

Version

0.0.10

License

MIT

Last publish

Collaborators

  • kazu69