aboutsummaryrefslogtreecommitdiff
path: root/data/botPolicies.json
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-28 07:39:14 -0400
committerGitHub <noreply@github.com>2025-03-28 07:39:14 -0400
commite9a6ebffbb5cdd3d3f452610bda4371e51288058 (patch)
tree35c3ec37114862d01185ecdc719081c7d075cc85 /data/botPolicies.json
parenta3c026977ff853f800b2ab353fb5d5304227a370 (diff)
downloadanubis-e9a6ebffbb5cdd3d3f452610bda4371e51288058.tar.xz
anubis-e9a6ebffbb5cdd3d3f452610bda4371e51288058.zip
data: disable DroneBL lookups by default (#147)
Closes #109 This was a hack I did on stream. I thought this would have a positive effect, but a combination of real-world testing from people using Anubis in prod and gray-hat testing has proven this is an unfeature and is probably causing more harm than good at this stage. In the future I'll probably make the `dnsbl` block more flexible so that you can specify your own lists and rules around them. Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'data/botPolicies.json')
-rw-r--r--data/botPolicies.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/botPolicies.json b/data/botPolicies.json
index 0e33706..d0e27a2 100644
--- a/data/botPolicies.json
+++ b/data/botPolicies.json
@@ -394,5 +394,5 @@
"action": "CHALLENGE"
}
],
- "dnsbl": true
-}
+ "dnsbl": false
+} \ No newline at end of file