Compare commits

...

3 Commits

Author SHA1 Message Date
AJ ONeal 56048ad5d2 v1.3.6 2017-10-28 22:03:12 -06:00
AJ ONeal 39ba065ce0 Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/dig.js 2017-10-28 22:03:04 -06:00
AJ ONeal 6ef8c7a475 Update 'README.md' 2017-10-29 03:40:05 +00:00
2 changed files with 2 additions and 4 deletions

View File

@ -4,9 +4,7 @@ dig.js
| [dns-suite](https://git.coolaj86.com/coolaj86/dns-suite) | [dns-suite](https://git.coolaj86.com/coolaj86/dns-suite)
| **dig.js** | **dig.js**
| [digd.js](https://git.coolaj86.com/coolaj86/digd.js) | [digd.js](https://git.coolaj86.com/coolaj86/digd.js)
| | Sponsored by [Daplie](https://daplie.com).
Sponsored by [Daplie](https://daplie.com).
Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON.
Options are similar to the Unix `dig` command. Supports dns0x20 security checking. Options are similar to the Unix `dig` command. Supports dns0x20 security checking.

View File

@ -1,6 +1,6 @@
{ {
"name": "dig.js", "name": "dig.js",
"version": "1.3.5", "version": "1.3.6",
"description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.", "description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.",
"main": "index.js", "main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/dig.js", "homepage": "https://git.coolaj86.com/coolaj86/dig.js",