mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
30 lines
773 B
JSON
30 lines
773 B
JSON
{
|
|
"web_port": 9000,
|
|
"log_level": "info",
|
|
"enable_ping": true,
|
|
"relay_sync_interval": 6,
|
|
"relay_configs": [
|
|
{
|
|
"listen": "127.0.0.1:1234",
|
|
"listen_type": "raw",
|
|
"transport_type": "raw",
|
|
"label": "raw",
|
|
"tcp_remotes": ["192.168.31.30:5201"]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:1235",
|
|
"listen_type": "raw",
|
|
"transport_type": "ws",
|
|
"label": "ws",
|
|
"tcp_remotes": ["ws://192.168.31.30:2443"]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:1236",
|
|
"listen_type": "raw",
|
|
"transport_type": "wss",
|
|
"label": "wss",
|
|
"tcp_remotes": ["wss://192.168.31.31:2443"]
|
|
}
|
|
]
|
|
}
|