mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
80 lines
2.3 KiB
JSON
80 lines
2.3 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"],
|
|
"udp_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"],
|
|
"udp_remotes": ["0.0.0.0:5201"]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:1236",
|
|
"listen_type": "raw",
|
|
"transport_type": "wss",
|
|
"tcp_remotes": ["wss://0.0.0.0:3443"],
|
|
"udp_remotes": ["0.0.0.0:5201"]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:1237",
|
|
"listen_type": "raw",
|
|
"transport_type": "mwss",
|
|
"tcp_remotes": ["wss://0.0.0.0:4443"],
|
|
"udp_remotes": ["0.0.0.0:5201"]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:1238",
|
|
"listen_type": "raw",
|
|
"transport_type": "mtcp",
|
|
"tcp_remotes": ["0.0.0.0:4444"],
|
|
"udp_remotes": ["0.0.0.0:5201"]
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:2443",
|
|
"listen_type": "ws",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": ["0.0.0.0:5201"],
|
|
"udp_remotes": []
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:3443",
|
|
"listen_type": "wss",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": ["0.0.0.0:5201"],
|
|
"udp_remotes": []
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:4443",
|
|
"listen_type": "mwss",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": ["0.0.0.0:5201"],
|
|
"udp_remotes": []
|
|
},
|
|
{
|
|
"listen": "127.0.0.1:4444",
|
|
"listen_type": "mtcp",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": ["0.0.0.0:5201"],
|
|
"udp_remotes": []
|
|
},
|
|
{
|
|
"label": "ping_test",
|
|
"listen": "127.0.0.1:8888",
|
|
"listen_type": "raw",
|
|
"transport_type": "raw",
|
|
"tcp_remotes": ["8.8.8.8:5201", "google.com:5201"]
|
|
}
|
|
]
|
|
}
|