resolver.proto

Package: solo.io.config.core.v3

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/resolver.proto

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.