Merge branch 'master' of git.daplie.com:Daplie/dig.js
This commit is contained in:
commit
f979638090
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue