Skip to content

Commit

Permalink
docs: add UseInlinedDNSLink
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Oct 7, 2022
1 parent c48b669 commit eed6de2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ config file at runtime.
- [`Gateway.PublicGateways: Paths`](#gatewaypublicgateways-paths)
- [`Gateway.PublicGateways: UseSubdomains`](#gatewaypublicgateways-usesubdomains)
- [`Gateway.PublicGateways: NoDNSLink`](#gatewaypublicgateways-nodnslink)
- [`Gateway.PublicGateways: UseInlinedDNSLink`](#gatewaypublicgateways-useinlineddnslink)
- [Implicit defaults of `Gateway.PublicGateways`](#implicit-defaults-of-gatewaypublicgateways)
- [`Gateway` recipes](#gateway-recipes)
- [`Identity`](#identity)
Expand Down Expand Up @@ -767,6 +768,15 @@ Default: `false` (DNSLink lookup enabled by default for every defined hostname)

Type: `bool`

#### `Gateway.PublicGateways: UseInlinedDNSLink`

A boolean to configure whether the DNSLink subdomain redirects use
inlined DNS Link, such that it fits into a single DNS entry.

Default: `false`

Type: `bool`

#### Implicit defaults of `Gateway.PublicGateways`

Default entries for `localhost` hostname and loopback IPs are always present.
Expand Down

0 comments on commit eed6de2

Please sign in to comment.