copy dig timeout message

This commit is contained in:
AJ ONeal 2017-09-20 12:18:25 -06:00
parent 36d7aaccbb
commit de6fe5039b
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