mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"web_port": 9000,
|
|
"web_token": "123",
|
|
"web_auth_user": "user",
|
|
"web_auth_pass": "pass",
|
|
"enable_ping": true,
|
|
"log_level": "debug",
|
|
"relay_configs": [
|
|
{
|
|
"listen": "127.0.0.1:1234",
|
|
"listen_type": "raw",
|
|
"transport_type": "raw",
|
|
"label": "relay1",
|
|
"tcp_remotes": [
|
|
"0.0.0.0:5201"
|
|
]
|
|
}
|
|
]
|
|
}
|