Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octalmage/propjs
Check global DNS propagation.
https://github.com/octalmage/propjs
Last synced: about 1 month ago
JSON representation
Check global DNS propagation.
- Host: GitHub
- URL: https://github.com/octalmage/propjs
- Owner: octalmage
- Created: 2015-02-10T16:44:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T10:49:18.000Z (over 9 years ago)
- Last Synced: 2023-03-26T17:07:21.843Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# propjs
Check global DNS propagation.```
Usage: prop [options]Options:
-h, --help output usage information
-V, --version output the version number
-f, --full Show full dig output.
-w, --www Also dig www version of domain.
```
### Install```
npm install propjs -g
```### Example
**prop github.com**
```
CA
192.30.252.129US
192.30.252.130DE
192.30.252.129EU
192.30.252.129JP
192.30.252.131FR
192.30.252.129
```