forked from Ehco1996/ehco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
63 lines (63 loc) · 1.67 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"configs": [
{
"listen": "0.0.0.0:1234",
"listen_type": "raw",
"remote": "0.0.0.0:5201",
"transport_type": "raw",
"white_ip_list": ["127.0.0.1","ip.com"]
},
{
"listen": "0.0.0.0:1235",
"listen_type": "raw",
"remote": "ws://0.0.0.0:2000",
"transport_type": "ws"
},
{
"listen": "0.0.0.0:1236",
"listen_type": "raw",
"remote": "wss://0.0.0.0:2001",
"transport_type": "wss"
},
{
"listen": "0.0.0.0:1237",
"listen_type": "raw",
"remote": "wss://0.0.0.0:2002",
"transport_type": "mwss"
},
{
"listen": "0.0.0.0:1238",
"listen_type": "raw",
"remote": "",
"transport_type": "mwss",
"lb_remotes": [
"wss://0.0.0.0:2002",
"wss://0.0.0.0:2003"
]
},
{
"listen": "0.0.0.0:2000",
"listen_type": "ws",
"remote": "0.0.0.0:5201",
"transport_type": "raw"
},
{
"listen": "0.0.0.0:2001",
"listen_type": "wss",
"remote": "0.0.0.0:5201",
"transport_type": "raw"
},
{
"listen": "0.0.0.0:2002",
"listen_type": "mwss",
"remote": "0.0.0.0:5201",
"transport_type": "raw"
},
{
"listen": "0.0.0.0:2003",
"listen_type": "mwss",
"remote": "0.0.0.0:5201",
"transport_type": "raw"
}
]
}