Add proxy-domain flag

This will be used for proxying ports.
This commit is contained in:
Asher
2020-03-23 12:08:50 -05:00
parent 37299abcc9
commit 13534fa0c0
4 changed files with 37 additions and 0 deletions

View File

@ -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
}