Compare commits

..

2 Commits

Author SHA1 Message Date
AJ ONeal e9db7fc12e v1.1.8 2017-10-28 22:13:52 -06:00
AJ ONeal 901c31e7bf update urls 2017-10-28 22:13:32 -06:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name": "digd.js",
"version": "1.1.7",
"version": "1.1.8",
"description": "A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix dig command.",
"main": "bin/digd.js",
"homepage": "https://git.coolaj86.com:coolaj86/digd.js",
"homepage": "https://git.coolaj86.com/coolaj86/digd.js",
"bin": {
"digd.js": "bin/digd.js"
},