9 lines
152 B
TOML
9 lines
152 B
TOML
serverAddr = "52.77.216.244"
|
|
serverPort = 7000
|
|
|
|
[[proxies]]
|
|
name = "demo.gaianet.xyz"
|
|
type = "http"
|
|
localPort = 8080
|
|
#remotePort = 80
|
|
subdomain = "demo" |