Created daemon python script.

This commit is contained in:
Artyom Titov 2026-08-26 21:44:58 +03:00
commit 5d9cd3c207
7 changed files with 651 additions and 0 deletions

21
test.json Normal file
View 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"
}
}
}