Merge branch 'master' of git.daplie.com:Daplie/dig.js

This commit is contained in:
AJ ONeal 2017-09-20 12:29:54 -06:00
commit f979638090
1 changed files with 2 additions and 1 deletions

View File

@ -261,7 +261,8 @@ cli.main(function (args, cli) {
}
}
, onTimeout: function (res) {
console.log("Timeout after " + res.timeout + "ms: No response received.");
console.log(";; connection timed out; no servers could be reached");
console.log(";; [timed out after " + res.timeout + "ms and 1 tries]");
}
, mdns: cli.mdns
, nameserver: cli.nameserver