Compare commits

...

6 Commits

Author SHA1 Message Date
AJ ONeal
4068afeaaa desc v1.0.4 2017-11-04 21:22:40 -06:00
AJ ONeal
d6320cffa1 bump 2017-11-04 21:22:09 -06:00
AJ ONeal
f4d96fd3a4 add standard files 2017-11-04 21:21:39 -06:00
AJ ONeal
c873fafaa5 move mdig.js position in nav bar 2017-11-02 23:53:35 -06:00
AJ ONeal
e304df6288 move related repo bar 2017-11-02 23:46:34 -06:00
AJ ONeal
c70edfbc64 update urls 2017-11-02 23:43:15 -06:00
3 changed files with 13 additions and 8 deletions

1
CHANGELOG Normal file
View File

@ -0,0 +1 @@
v1.0.4 - uses dig.js with mDNS options turned on

View File

@ -1,24 +1,28 @@
mdig mdig.js
====== =======
multicast dig | [dns-suite.js](https://git.coolaj86.com/coolaj86/dns-suite.js)
| [dig.js](https://git.coolaj86.com/coolaj86/dig.js)
| **mdig.js**
| [digd.js](https://git.coolaj86.com/coolaj86/digd.js)
| Sponsored by [Daplie](https://daplie.com).
multicast dig, in JavaScript (ES5.1)
Create and capture mDNS query and response packets to disk as binary and/or JSON. Create and capture mDNS query and response packets to disk as binary and/or JSON.
Options are similar to the Unix `dig` command, but for mDNS. Options are similar to the Unix `dig` command, but for mDNS.
See also [dig.js](https://git.daplie.com/Daplie/dig.js)
Install with git Install with git
------- -------
```bash ```bash
# Install the latest of v1.x # Install the latest of v1.x
npm install -g 'git+https://git@git.daplie.com/Daplie/mdig.git#v1' npm install -g 'git+https://git.coolaj86.com/coolaj86/mdig.git#v1'
``` ```
```bash ```bash
# Install exactly v1.0.0 # Install exactly v1.0.0
npm install -g 'git+https://git@git.daplie.com/Daplie/mdig.git#v1.0.0' npm install -g 'git+https://git.coolaj86.com/coolaj86/mdig.git#v1.0.0'
``` ```
Install without git Install without git

View File

@ -1,6 +1,6 @@
{ {
"name": "mdig", "name": "mdig",
"version": "1.0.3", "version": "1.0.4",
"description": "multicast dig. A dig-like mDNS browser for debugging, written in node.js.", "description": "multicast dig. A dig-like mDNS browser for debugging, written in node.js.",
"homepage": "https://git.coolaj86.com/coolaj86/mdig.js", "homepage": "https://git.coolaj86.com/coolaj86/mdig.js",
"main": "bin/mdig.js", "main": "bin/mdig.js",