mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 21:45:08 +08:00
Add proxy-domain flag
This will be used for proxying ports.
This commit is contained in:
@ -99,6 +99,7 @@ export interface HttpServerOptions {
|
||||
readonly commit?: string
|
||||
readonly host?: string
|
||||
readonly password?: string
|
||||
readonly proxyDomains?: string[]
|
||||
readonly port?: number
|
||||
readonly socket?: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user