File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
coderd/healthcheck/derphealth Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ const (
32
32
warningNodeUsesWebsocket = `Node uses WebSockets because the "Upgrade: DERP" header may be blocked on the load balancer.`
33
33
oneNodeUnhealthy = "Region is operational, but performance might be degraded as one node is unhealthy."
34
34
missingNodeReport = "Missing node health report, probably a developer error."
35
- noSTUN = "No nodes are capable of STUN, direct connections may not be possible ."
36
- stunMapVaryDest = "STUN detected variable mapping by destination IP, you may be behind a hard NAT."
35
+ noSTUN = "No STUN servers are available ."
36
+ stunMapVaryDest = "STUN returned different addresses; you may be behind a hard NAT."
37
37
)
38
38
39
39
type ReportOptions struct {
Original file line number Diff line number Diff line change @@ -172,11 +172,11 @@ curl -v "https://coder.company.com/derp"
172
172
173
173
### ESTUN01
174
174
175
- _ No STUN nodes available._
175
+ _ No STUN servers available._
176
176
177
- ** Problem:** This is shown if no STUN-capable nodes are available. Coder will
178
- use STUN to establish [ direct connections] ( ../networking/stun.md ) . Without at
179
- least one working STUN server, direct connections may not be possible.
177
+ ** Problem:** This is shown if no STUN servers are available. Coder will use STUN
178
+ to establish [ direct connections] ( ../networking/stun.md ) . Without at least one
179
+ working STUN server, direct connections may not be possible.
180
180
181
181
** Solution:** Ensure that the
182
182
[ configured STUN severs] ( ../cli/server.md#derp-server-stun-addresses ) are
@@ -185,7 +185,7 @@ port.
185
185
186
186
### ESTUN02
187
187
188
- _ Mapping varies based on destination IP. You may be behind a hard NAT._
188
+ _ STUN returned different addresses; you may be behind a hard NAT._
189
189
190
190
** Problem:** This is a warning shown when multiple attempts to determine our
191
191
public IP address/port via STUN resulted in different ` ip:port ` combinations.
You can’t perform that action at this time.
0 commit comments