Skip to content

Commit

Permalink
docs: updates to networking reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Jul 1, 2024
1 parent b3f15f8 commit a3fe45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/reference/networking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ environment variables when running Teleport. You can also optionally set the
specified hosts/netmasks/ports.

By default, Teleport installations based on package managers (such as `apt` and
`yum`) configure The `teleport` systemd unit to read environment variables from
`yum`) configure the `teleport` systemd unit to read environment variables from
the file `/etc/default/teleport`.

To configure HTTP CONNECT tunneling, you can assign these environment variables
Expand Down Expand Up @@ -109,7 +109,7 @@ The value of `HTTPS_PROXY` or `HTTP_PROXY` should be in the format
type="warning"
title="Note"
>
The proxy service also respects `HTTPS_PROXY` and `HTTP_PROXY` when connecting to a local kubernetes cluster, which may not work. To fix this, add `kube.teleport.cluster.local` to `NO_PROXY`.
The Proxy Service also respects `HTTPS_PROXY` and `HTTP_PROXY` when connecting to a local Kubernetes cluster, which may not work. To fix this, add `kube.teleport.cluster.local` to `NO_PROXY`.
</Admonition>

## Ports
Expand Down Expand Up @@ -263,4 +263,4 @@ traffic:

You can only access enrolled applications and databases through the Teleport Proxy Service.
The Teleport Application Service and Teleport Database Service use reverse tunnel
connections through the Teleport Proxy Service and cannot expose ports directly.
connections through the Teleport Proxy Service and cannot expose ports directly.

0 comments on commit a3fe45f

Please sign in to comment.