Navigation :
resolver.proto
Package: solo.io.config.core.v3
Types:
DnsResolverOptions
Configuration of DNS resolver option flags which control the behavior of the DNS resolver.
"useTcpForDnsLookups": bool
"noDefaultSearchDomain": bool
Field |
Type |
Description |
useTcpForDnsLookups |
bool |
Use TCP for all DNS queries instead of the default protocol UDP. |
noDefaultSearchDomain |
bool |
Do not use the default search domains; only query hostnames as-is or as aliases. |