-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 963 Bytes
/
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
{
"clients":[
{
"id":1,
"interfaces":[
{
"upstream":"10.30.12.2:1010",
"weight":1,
"name":"1",
"id":1,
"socket_id":1
},
{
"upstream":"10.30.22.2:1010",
"weight":1,
"name":"2",
"id":2,
"socket_id":2
}
],
"external_socket":{
"address":"127.0.0.2:4789",
"upstream":"0.0.0.0:0"
},
"allow_discover":false
}
],
"sockets":[
{
"id":1,
"address":"10.30.11.2:1010",
"netns":"/var/run/netns/i1"
},
{
"id":2,
"address":"10.30.21.2:1010",
"netns":"/var/run/netns/i2"
}
]
}