14 lines
280 B
TOML
14 lines
280 B
TOML
bindPort = 18080
|
|
transport.tcpMux = true
|
|
|
|
[[httpPlugins]]
|
|
name = "chan-req"
|
|
addr = "host.docker.internal:8080"
|
|
path = "/chan/request"
|
|
ops = ["NewUserConn"]
|
|
|
|
[[httpPlugins]]
|
|
name = "chan-test"
|
|
addr = "host.docker.internal:8080"
|
|
path = "/chan/test"
|
|
ops = ["NewProxy", "NewWorkConn"] |