mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
config: add additional dns lookup families, default to V4_PREFERRED (#3957)
This commit is contained in:
parent
e66c26c9ad
commit
b50d5f3203
5 changed files with 34 additions and 12 deletions
|
@ -83,7 +83,7 @@ type Options struct {
|
|||
InsecureServer bool `mapstructure:"insecure_server" yaml:"insecure_server,omitempty"`
|
||||
|
||||
// DNSLookupFamily is the DNS IP address resolution policy.
|
||||
// If this setting is not specified, the value defaults to AUTO.
|
||||
// If this setting is not specified, the value defaults to V4_PREFERRED.
|
||||
DNSLookupFamily string `mapstructure:"dns_lookup_family" yaml:"dns_lookup_family,omitempty"`
|
||||
|
||||
CertificateFiles []certificateFilePair `mapstructure:"certificates" yaml:"certificates,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue