mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add server flag to force DERP to use always websockets (#9238)
This commit is contained in:
Generated
+1
@@ -305,6 +305,7 @@ export interface DERP {
|
||||
// From codersdk/deployment.go
|
||||
export interface DERPConfig {
|
||||
readonly block_direct: boolean
|
||||
readonly force_websockets: boolean
|
||||
readonly url: string
|
||||
readonly path: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user