Files
dokuwiki-plugin-botmon/data/rules.json

11 lines
207 B
JSON
Raw Normal View History

{
"ip-ranges": [
{"range": "191.177.0.0", "mask": 16, "bot": 50}
],
"rules": [
{"field": "_client", "item": "id", "op": "equals", "value": "chromeold", "bot": 30}
],
"thresholds": {
"bot": 50
}
}