cmd: add option to disable embedded outpost
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -60,7 +60,9 @@ func main() {
|
||||
for {
|
||||
go attemptStartBackend(g)
|
||||
ws.Start()
|
||||
go attemptProxyStart(ws, u)
|
||||
if !config.G.Web.DisableEmbeddedOutpost {
|
||||
go attemptProxyStart(ws, u)
|
||||
}
|
||||
|
||||
<-ex
|
||||
running = false
|
||||
|
Reference in New Issue
Block a user