Created attachment 231030 [details] www/mod_defensible as a patch mod_defensible is a Apache 2.x module aiming to forbid IP listed in DNSBL. httpd.conf configuration example: DnsblUse On DnsblServers bsb.spamlookup.net bl.blbl.org opm.blitzed.org sbl-xbl.spamhaus.org No UDNS support in this FreeBSD port version WWW: https://github.com/jd/mod_defensible
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1e76f67587e0de95a4f7695a8fb881557de29b8 commit c1e76f67587e0de95a4f7695a8fb881557de29b8 Author: Peter Libassi <peter@libassi.se> AuthorDate: 2022-02-08 03:58:16 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-02-08 03:59:10 +0000 Add www/mod_defensible: Apache 2.4 module aiming to block IP listed in DNSBL PR: 261236 www/Makefile | 1 + www/mod_defensible/Makefile (new) | 28 ++++++++++++++++++++++ www/mod_defensible/distinfo (new) | 3 +++ .../files/patch-mod_defensible.c (new) | 12 ++++++++++ www/mod_defensible/pkg-descr (new) | 11 +++++++++ 5 files changed, 55 insertions(+)