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