Created daemon python script.
This commit is contained in:
commit
5d9cd3c207
7 changed files with 651 additions and 0 deletions
21
test.json
Normal file
21
test.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
action
|
||||
{
|
||||
"ban": {
|
||||
"1.2.3.4": {
|
||||
"remark": "Cloudflare's web",
|
||||
"reason": "bot"
|
||||
},
|
||||
"8.8.8.8": {
|
||||
"remark": "",
|
||||
"reason": ""
|
||||
}
|
||||
},
|
||||
"uban": {
|
||||
"1.3.3.7": {
|
||||
"reason": "Misstake"
|
||||
},
|
||||
"1.0.0.1": {
|
||||
"reason": "DNS"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue