Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kazu69/domain-info-cli
- Owner: kazu69
- Created: 2015-12-31T05:50:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T19:02:49.000Z (over 7 years ago)
- Last Synced: 2024-11-19T00:46:08.306Z (about 2 months ago)
- Topics: cli, dns, domain, nodejs, punycode, whois
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/domain-info-cli
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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 --helpsimple domain information tool cli
Usage
$ domainCommand
groper - dig commnad. alias dig
reverse - reverse DNS lookup
whois - whois command
punycode - convert ascii domain to uicodeOptions
groper
-t --type resourse type
-s --server ip address
-p --port server port
-o --timeout wait for the requestwhois
-s --server hostname
-p --port server portExamples
$ 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