mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"web_port": 9000,
|
|
"web_token": "",
|
|
"web_auth_user": "user",
|
|
"web_auth_pass": "pass",
|
|
"log_level": "info",
|
|
"relay_configs": [
|
|
{
|
|
"listen": "127.0.0.1:1234",
|
|
"listen_type": "raw",
|
|
"transport_type": "raw",
|
|
"label": "relay1",
|
|
"tcp_remotes": ["0.0.0.0:5201"]
|
|
}
|
|
]
|
|
}
|