chore: update docs
parent
eec8374e6f
commit
8d705245a1
12
README.md
12
README.md
|
@ -210,11 +210,12 @@ URL scheme of the server is used to identify which resolver to use for lookups.
|
||||||
### Resolver Options
|
### Resolver Options
|
||||||
|
|
||||||
```
|
```
|
||||||
--ndots=INT Specify ndots parameter. Takes value from /etc/resolv.conf if using the system nameserver or 1 otherwise.
|
--strategy=STRATEGY Specify strategy to query nameserver listed in etc/resolv.conf. Defaults to `all` (`random`, `first`, `all`).
|
||||||
--search Use the search list defined in resolv.conf. Defaults to true. Set --search=false to disable search list.
|
--ndots=INT Specify ndots parameter. Takes value from /etc/resolv.conf if using the system nameserver or 1 otherwise.
|
||||||
--timeout Specify timeout (in seconds) for the resolver to return a response.
|
--search Use the search list defined in resolv.conf. Defaults to true. Set --search=false to disable search list.
|
||||||
-4 --ipv4 Use IPv4 only.
|
--timeout Specify timeout (in seconds) for the resolver to return a response.
|
||||||
-6 --ipv6 Use IPv6 only.
|
-4 --ipv4 Use IPv4 only.
|
||||||
|
-6 --ipv6 Use IPv6 only.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue