mirror of
https://github.com/coder/code-server.git
synced 2026-05-09 13:57:26 +02: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