mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add --derp-only flag to wsproxy (#8850)
This commit is contained in:
@ -2014,6 +2014,8 @@ type WorkspaceProxy struct {
|
||||
TokenHashedSecret []byte `db:"token_hashed_secret" json:"token_hashed_secret"`
|
||||
RegionID int32 `db:"region_id" json:"region_id"`
|
||||
DerpEnabled bool `db:"derp_enabled" json:"derp_enabled"`
|
||||
// Disables app/terminal proxying for this proxy and only acts as a DERP relay.
|
||||
DerpOnly bool `db:"derp_only" json:"derp_only"`
|
||||
}
|
||||
|
||||
type WorkspaceResource struct {
|
||||
|
Reference in New Issue
Block a user