chore: update docs
parent
eec8374e6f
commit
8d705245a1
|
@ -210,6 +210,7 @@ URL scheme of the server is used to identify which resolver to use for lookups.
|
|||
### 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.
|
||||
--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.
|
||||
|
@ -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.
|
||||
--debug Enable debug logging.
|
||||
--time Shows how long the response took from the server.
|
||||
--short Short output format. Shows only the response section.
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue