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>
This commit is contained in:
Xe Iaso 2025-03-28 07:39:14 -04:00 committed by GitHub
parent a3c026977f
commit e9a6ebffbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -394,5 +394,5 @@
"action": "CHALLENGE"
}
],
"dnsbl": true
}
"dnsbl": false
}

View File

@ -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