Skip to content

Commit

Permalink
docs: networking proxy update (#43183)
Browse files Browse the repository at this point in the history
* docs: networking proxy update

* docs: update comment on public address
  • Loading branch information
stevenGravy authored Jun 18, 2024
1 parent de519c7 commit 96c9c0e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/pages/reference/networking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ configuration file. The public address can take an IP or a DNS name. It can also
be a list of values:

```yaml
public_addr: ["proxy-one.example.com", "proxy-two.example.com"]
public_addr: ["service1.example.com", "service2.example.com"]
```
<Admonition
type="warning"
title="Note"
>
Only a single Proxy Service `public_addr` should be configured. Attempting
to have multiple addresses can result in redirects to the first listed address
that may not be available to the client.
</Admonition>

Specifying a public address for a Teleport service may be useful in the
following use cases:

Expand Down

0 comments on commit 96c9c0e

Please sign in to comment.