Compare commits
No commits in common. "56048ad5d2eb507ec737a093e7c90500dedd9bc0" and "d5f5267c185d7e877bfc7e196388f382f6b6c00a" have entirely different histories.
56048ad5d2
...
d5f5267c18
|
@ -4,7 +4,9 @@ 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.6",
|
"version": "1.3.5",
|
||||||
"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