Files
dokuwiki-plugin-botmon/data/rules.json
Sascha Leib 93a5b18bb1 Visitor logs
Enable showing visitor logs
2025-09-03 18:22:29 +02:00

11 lines
207 B
JSON

{
"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
}
}