From e9a6ebffbb5cdd3d3f452610bda4371e51288058 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 28 Mar 2025 07:39:14 -0400 Subject: [PATCH] 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 --- data/botPolicies.json | 4 ++-- docs/docs/CHANGELOG.md | 2 ++ 2 files changed, 4 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 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 86c728f..a3116b8 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- DroneBL lookups have been disabled by default + ## v1.15.0 Zenos yae Galvus