-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.json
68 lines (68 loc) · 1.7 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
64
65
66
67
68
{
"access_log": "/var/log/nginx/access.log",
"blacklist_file": "/etc/nginx/blacklist.conf",
"modules": [
"nodejs-tail",
"fs",
"readline"
],
"firewall": [
{
"name": "torpedo",
"enabled": true,
"path": "/torpedo",
"ratelimit": 5,
"ratelimit_duration": 60,
"ratelimit_ban": 10
},
{
"name": "blacklist",
"enabled": true,
"path": "/boken/pd.php",
"ratelimit": 5,
"ratelimit_duration": 20,
"ratelimit_ban": 10
},
{
"name": "/boken/api.php",
"enabled": true,
"path": "/boken/api.php",
"ratelimit": 5,
"ratelimit_duration": 20,
"ratelimit_ban": 10
},
{
"name": "torpedo2",
"enabled": true,
"path": "/torpedo2",
"ratelimit": 5,
"ratelimit_duration": 60,
"ratelimit_ban": 10
},
{
"name": "torpedo2",
"enabled": true,
"path": "/torpedo2",
"ratelimit": 5,
"ratelimit_duration": 60,
"ratelimit_ban": 10
},
{
"name": "caca",
"enabled": true,
"path": "/boken.php",
"ratelimit": "5",
"ratelimit_duration": "90",
"ratelimit_ban": "10"
},
{
"name": "firewall",
"enabled": true,
"path": "boken.php",
"ratelimit": "54",
"ratelimit_duration": "54",
"ratelimit_ban": "34"
}
]
}