18 lines
368 B
TOML
18 lines
368 B
TOML
serverAddr = "74.48.78.17"
|
|
serverPort = 7000
|
|
loginFailExit = true
|
|
|
|
[[proxies]]
|
|
name = "hwlab-dev-edge-proxy"
|
|
type = "tcp"
|
|
localIP = "hwlab-edge-proxy.hwlab-dev.svc.cluster.local"
|
|
localPort = 6667
|
|
remotePort = 6667
|
|
|
|
[[proxies]]
|
|
name = "hwlab-dev-tunnel-health"
|
|
type = "tcp"
|
|
localIP = "hwlab-tunnel-client.hwlab-dev.svc.cluster.local"
|
|
localPort = 7402
|
|
remotePort = 7402
|