mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"web_port": 9000,
|
|
"log_level": "debug",
|
|
"reload_interval": 10,
|
|
"relay_configs": [
|
|
{
|
|
"listen": "127.0.0.1:1234",
|
|
"listen_type": "raw",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": ["0.0.0.0:5201"],
|
|
"udp_remotes": ["0.0.0.0:5201"]
|
|
}
|
|
],
|
|
"sub_configs": [
|
|
{
|
|
"name": "sub1",
|
|
"url": "xxx"
|
|
}
|
|
]
|
|
}
|