Compare commits

...

3 Commits

Author SHA1 Message Date
AJ ONeal ade2e97270 whitespace 2017-10-27 23:53:43 -06:00
AJ ONeal a8061dbc6c update urls 2017-10-27 23:47:21 -06:00
AJ ONeal f6fb74f625 update urls 2017-10-27 23:45:52 -06:00
2 changed files with 10 additions and 7 deletions

View File

@ -1,9 +1,12 @@
digd.js
=======
| [dns-suite](https://git.daplie.com/Daplie/dns-suite)
| [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**
|
Sponsored by [Daplie](https://daplie.com).
A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS
query and response packets to disk as binary and/or JSON.
@ -16,12 +19,12 @@ Install
```bash
# Install the latest of v1.x
npm install -g 'git+https://git@git.daplie.com/Daplie/digd.js.git#v1'
npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1'
```
```bash
# Install exactly v1.0.0
npm install -g 'git+https://git@git.daplie.com/Daplie/digd.js.git#v1.0.0'
npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1.0.0'
```
### without git

View File

@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git@git.daplie.com:Daplie/digd.js.git"
"url": "https://git.coolaj86.com/coolaj86/digd.js.git"
},
"keywords": [
"mdig",
@ -46,7 +46,7 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
"license": "MIT OR Apache-2.0",
"dependencies": {
"dig.js": "git+https://git.daplie.com/Daplie/dig.js#v1.3",
"hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4"
"dig.js": "git+https://git.coolaj86.com/coolaj86/dig.js#v1.3",
"hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4"
}
}