update urls

This commit is contained in:
AJ ONeal 2017-11-02 23:43:15 -06:00
parent d1650570b6
commit c70edfbc64
1 changed files with 10 additions and 6 deletions

View File

@ -1,24 +1,28 @@
mdig mdig.js
====== =======
multicast dig 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) | [dns-suite.js](https://git.coolaj86.com/coolaj86/dns-suite.js)
| [dig.js](https://git.coolaj86.com/coolaj86/dig.js)
| [digd.js](https://git.coolaj86.com/coolaj86/digd.js)
| **mdig.js**
| Sponsored by [Daplie](https://daplie.com).
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