mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-31 18:07:17 +02:00
config: add dns_lookup_family option to customize DNS IP resolution (#1436)
This commit is contained in:
parent
0537dd63d4
commit
54d37e62e8
8 changed files with 365 additions and 288 deletions
|
@ -431,6 +431,16 @@ Pomerium should _never_ be exposed to the internet without TLS encryption.
|
|||
|
||||
:::
|
||||
|
||||
### DNS Lookup Family
|
||||
|
||||
- Environmental Variable: `DNS_LOOKUP_FAMILY`
|
||||
- Config File Key: `dns_lookup_family`
|
||||
- Type: `string`
|
||||
- Options: `V4_ONLY` `V6_ONLY` `AUTO`
|
||||
- Optional
|
||||
|
||||
The DNS IP address resolution policy. If not specified, the value defaults to `AUTO`.
|
||||
|
||||
### Log Level
|
||||
|
||||
- Environmental Variable: `LOG_LEVEL`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue