forked from Ehco1996/aioshadowsocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserconfigs.json
More file actions
60 lines (60 loc) · 1.58 KB
/
userconfigs.json
File metadata and controls
60 lines (60 loc) · 1.58 KB
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
{
"users": [
{
"user_id": 1,
"port": 2345,
"method": "none",
"password": "hellotheworld1",
"transfer": 104857600,
"speed_limit": 0
},
{
"user_id": 2,
"port": 2346,
"method": "chacha20-ietf-poly1305",
"password": "hellotheworld2",
"transfer": 104857600,
"speed_limit": 384000
},
{
"user_id": 3,
"port": 2346,
"method": "chacha20-ietf-poly1305",
"password": "hellotheworld3",
"transfer": 104857600,
"speed_limit": 384000
},
{
"user_id": 4,
"port": 1025,
"method": "chacha20-ietf-poly1305",
"password": "hellotheworld4",
"transfer": 104857600,
"speed_limit": 384000
},
{
"user_id": 5,
"port": 1025,
"method": "chacha20-ietf-poly1305",
"password": "hellotheworld5",
"transfer": 104857600,
"speed_limit": 384000
},
{
"user_id": 6,
"port": 1025,
"method": "chacha20-ietf-poly1305",
"password": "hellotheworld6",
"transfer": 104857600,
"speed_limit": 384000
},
{
"user_id": 7,
"port": 1025,
"method": "chacha20-ietf-poly1305",
"password": "9vckC1IkKpIp",
"transfer": 104857600,
"speed_limit": 384000
}
]
}