From c6ba3ccde6e0ff413e071f99b10b473983ca0549 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 27 Oct 2017 23:43:59 -0600 Subject: [PATCH] update urls --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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