From 09d95fd88c4a38814747bb30d6f9d918ecc6ad7b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 2 Oct 2017 11:46:55 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 316f404..94f863c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ Options -c default IN -p default 53 (mdns default: 5353) (listener is random for DNS and 5353 for mDNS) -q (superfluous) required (ex: daplie.com) +--nameserver alias of @ +--timeout alias of +time=, but in milliseconds +@ specify the nameserver to use for DNS resolution (defaults to system defaults) +time= Sets the timeout for a query in seconds. ++norecurse Set `rd` flag to 0. Do not request recursion ++aaonly Set `aa` flag to 1. ```