Skip to content

Commit 2030907

Browse files
docs: update Tailscale DERP fleet usage phrasing (#19653)
I noticed that our docs mention the possibility of using the Tailscale-managed DERP server fleet. #15901 changed the phrasing from > However, Tailscale has graciously allowed us to use to > However, our Wireguard integration through Tailscale has graciously allowed us to use This change alters the original meaning of the sentence. AFAIK, the original meant that we contacted Tailscale directly and asked if it would be ok for our customers to use the Tailscale-managed DERP server fleet, and Tailscale graciously agreed. The new phrasing conveys something different. This PR reverts the phrasing to the original. --------- Co-authored-by: david-fraley <67079030+david-fraley@users.noreply.github.com>
1 parent f94abfc commit 2030907

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/admin/networking/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ but this can be disabled or changed for
123123
By default, your Coder server also runs a built-in DERP relay which can be used
124124
for both public and [Air-gapped deployments](../../install/airgap.md).
125125

126-
However, our Wireguard integration through Tailscale has graciously allowed us
127-
to use
128-
[their global DERP relays](https://tailscale.com/kb/1118/custom-derp-servers/#what-are-derp-servers).
126+
However, Tailscale maintains a global fleet of [DERP relays](https://tailscale.com/kb/1118/custom-derp-servers/#what-are-derp-servers) intended for their product, and has allowed Coder to access and use them.
129127
You can launch `coder server` with Tailscale's DERPs like so:
130128

131129
```bash

0 commit comments

Comments
 (0)