chore: update docs

pull/41/head
Karan Sharma 2022-05-17 10:50:26 +05:30
parent eec8374e6f
commit 8d705245a1
1 changed files with 7 additions and 5 deletions

View File

@ -210,6 +210,7 @@ URL scheme of the server is used to identify which resolver to use for lookups.
### Resolver Options ### Resolver Options
``` ```
--strategy=STRATEGY Specify strategy to query nameserver listed in etc/resolv.conf. Defaults to `all` (`random`, `first`, `all`).
--ndots=INT Specify ndots parameter. Takes value from /etc/resolv.conf if using the system nameserver or 1 otherwise. --ndots=INT Specify ndots parameter. Takes value from /etc/resolv.conf if using the system nameserver or 1 otherwise.
--search Use the search list defined in resolv.conf. Defaults to true. Set --search=false to disable search list. --search Use the search list defined in resolv.conf. Defaults to true. Set --search=false to disable search list.
--timeout Specify timeout (in seconds) for the resolver to return a response. --timeout Specify timeout (in seconds) for the resolver to return a response.
@ -225,6 +226,7 @@ URL scheme of the server is used to identify which resolver to use for lookups.
--color Defaults to true. Set --color=false to disable colored output. --color Defaults to true. Set --color=false to disable colored output.
--debug Enable debug logging. --debug Enable debug logging.
--time Shows how long the response took from the server. --time Shows how long the response took from the server.
--short Short output format. Shows only the response section.
``` ```
--- ---