mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: allow disabling stun addresses via env (#7066)
* feat: allow disabling stun addresses via env Resolves #6791 * Specify a dummy access URL so the tunnel wouldn't start * Document --------- Co-authored-by: Kyle Carberry <kyle@carberry.com>
This commit is contained in:
co-authored by
Kyle Carberry
parent
25c1e45930
commit
c6b2861493
+1
-1
@@ -171,7 +171,7 @@ An HTTP URL that is accessible by other replicas to relay DERP traffic. Required
|
||||
| YAML | <code>networking.derp.stunAddresses</code> |
|
||||
| Default | <code>stun.l.google.com:19302</code> |
|
||||
|
||||
Addresses for STUN servers to establish P2P connections. Set empty to disable P2P connections.
|
||||
Addresses for STUN servers to establish P2P connections. Use special value 'disable' to turn off STUN.
|
||||
|
||||
### --disable-owner-workspace-access
|
||||
|
||||
|
||||
Reference in New Issue
Block a user