mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"web_port": 9000,
|
|
"enable_ping": false,
|
|
"log_level": "info",
|
|
"reload_interval": 60,
|
|
"relay_configs": [
|
|
{
|
|
"listen": "127.0.0.1:1234",
|
|
"listen_type": "raw",
|
|
"transport_type": "raw",
|
|
"label": "relay1",
|
|
"tcp_remotes": [
|
|
"0.0.0.0:5201"
|
|
]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:1235",
|
|
"listen_type": "raw",
|
|
"transport_type": "ws",
|
|
"tcp_remotes": [
|
|
"ws://0.0.0.0:2443"
|
|
]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:1236",
|
|
"listen_type": "raw",
|
|
"transport_type": "wss",
|
|
"tcp_remotes": [
|
|
"wss://0.0.0.0:3443"
|
|
]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:2443",
|
|
"listen_type": "ws",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": [
|
|
"0.0.0.0:5201"
|
|
]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:3443",
|
|
"listen_type": "wss",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": [
|
|
"0.0.0.0:5201"
|
|
]
|
|
}
|
|
]
|
|
} |