-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (40 loc) · 940 Bytes
/
config.json
File metadata and controls
40 lines (40 loc) · 940 Bytes
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
{
"AdminAddress": "127.0.0.1",
"AdminPassword": "",
"AdminPort": 12346,
"FrpConfigs": [
{
"DashBoardPassword": "admin",
"DashBoardPort": 7500,
"DashBoardUsername": "admin",
"HttpPort": null,
"HttpsPort": null,
"MaxPoolCount": 100,
"Port": 7000,
"TlsOnly": false,
"Token": null,
"Type": "s",
"AutoStart": false,
"ID": "85264c85-a006-4874-8da7-77dfdc71ba63",
"Name": "服务端"
},
{
"AdminAddress": "localhost",
"AdminPassword": "admin",
"AdminPort": 7400,
"AdminUsername": "admin",
"EnableTls": false,
"LoginFailExit": false,
"PoolCount": 50,
"Rules": [],
"ServerAddress": null,
"ServerPort": 7001,
"Token": null,
"Type": "c",
"AutoStart": false,
"ID": "6082263f-30d8-4a07-911f-eed11716f2b0",
"Name": "客户端1"
}
],
"FrpConfigType": "TOML"
}