diff --git a/README.md b/README.md index 6a36830..ccda4c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ 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 +18,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 diff --git a/package.json b/package.json index e536f51..b1fdbf9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git@git.daplie.com:Daplie/dig.js.git" + "url": "https://git.coolaj86.com/coolaj86/dig.js.git" }, "keywords": [ "mdig", @@ -33,17 +33,17 @@ "binary", "json" ], - "author": "AJ ONeal (https://daplie.com/)", + "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://git.daplie.com/Daplie/dig.js/issues" + "url": "https://git.coolaj86.com/coolaj86/dig.js/issues" }, - "homepage": "https://git.daplie.com/Daplie/dig.js", + "homepage": "https://git.coolaj86.com/coolaj86/dig.js", "dependencies": { "cli": "^1.0.1", - "dns-suite": "git+https://git.daplie.com/Daplie/dns-suite#v1.2" + "dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2" }, "optionalDependencies": { - "hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4" + "hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4" } }