update urls

This commit is contained in:
AJ ONeal 2017-10-27 23:43:59 -06:00
parent 1b79eb262f
commit c6ba3ccde6
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
dig.js dig.js
====== ======
| [dns-suite](https://git.daplie.com/Daplie/dns-suite) | **dig.js** | [digd.js](https://git.daplie.com/Daplie/digd.js) | | [dns-suite](https://git.coolaj86.com/coolaj86/dns-suite) | **dig.js** | [digd.js](https://git.coolaj86.com/coolaj86/digd.js) |
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.
@ -13,12 +15,12 @@ Install
```bash ```bash
# Install the latest of v1.x # Install the latest of v1.x
npm install -g 'git+https://git.daplie.com/Daplie/dig.js.git#v1' npm install -g 'git+https://git.coolaj86.com/coolaj86/dig.js.git#v1'
``` ```
```bash ```bash
# Install exactly v1.0.0 # Install exactly v1.0.0
npm install -g 'git+https://git.daplie.com/Daplie/dig.js.git#v1.0.0' npm install -g 'git+https://git.coolaj86.com/coolaj86/dig.js.git#v1.0.0'
``` ```
### without git ### without git