You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codersdk/deployment.go
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -733,6 +733,7 @@ when required by your organization's security policy.`,
733
733
Value: &c.DERP.Server.RegionID,
734
734
Group: &deploymentGroupNetworkingDERP,
735
735
YAML: "regionID",
736
+
Hidden: true,
736
737
// Does not apply to external proxies as this value is generated.
737
738
},
738
739
{
@@ -744,6 +745,7 @@ when required by your organization's security policy.`,
744
745
Value: &c.DERP.Server.RegionCode,
745
746
Group: &deploymentGroupNetworkingDERP,
746
747
YAML: "regionCode",
748
+
Hidden: true,
747
749
// Does not apply to external proxies as we use the proxy name.
748
750
},
749
751
{
@@ -759,10 +761,10 @@ when required by your organization's security policy.`,
759
761
},
760
762
{
761
763
Name: "DERP Server STUN Addresses",
762
-
Description: "Addresses for STUN servers to establish P2P connections. Use special value 'disable' to turn off STUN.",
764
+
Description: "Addresses for STUN servers to establish P2P connections. It's recommended to have at least two STUN servers to give users the best chance of connecting P2P to workspaces. Each STUN server will get it's own DERP region, with region IDs starting at `--derp-server-region-id + 1`. Use special value 'disable' to turn off STUN completely.",
0 commit comments