diff --git a/README.md b/README.md index 6a36830..6bb9cd4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ 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. Options are similar to the Unix `dig` command. Supports dns0x20 security checking. @@ -13,12 +15,12 @@ Install ```bash # 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 # 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