Compare commits
3 Commits
d5f5267c18
...
56048ad5d2
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 56048ad5d2 | |
AJ ONeal | 39ba065ce0 | |
AJ ONeal | 6ef8c7a475 |
|
@ -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.
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue