Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/domain-info-cli

simple domain information tool cli
https://github.com/kazu69/domain-info-cli

cli dns domain nodejs punycode whois

Last synced: 27 days ago
JSON representation

simple domain information tool cli

Awesome Lists containing this project

README

        

# domain-info-cli

[![Build Status](https://travis-ci.org/kazu69/domain-info-cli.svg?branch=master)](https://travis-ci.org/kazu69/domain-info-cli)

[domain-info](https://www.npmjs.com/package/domain-info) command-line tools.

## install

```sh
npm install --global domain-info-cli
```

## Usage

```sh
domain --help

simple domain information tool cli

Usage
$ domain

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](https://www.npmjs.com/package/domain-info)

## License

MIT © kazu69