From baba613dec859b51a645286eda159dd2f5828bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Tue, 3 Dec 2024 09:41:58 +0100 Subject: [PATCH] fix: update DNSBL_LIST to remove deprecated entries and improve formatting --- docs/security-tuning.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/security-tuning.md b/docs/security-tuning.md index 632178e2b..944672720 100644 --- a/docs/security-tuning.md +++ b/docs/security-tuning.md @@ -758,10 +758,10 @@ DNSBL or "DNS BlackList" is an external list of malicious IPs that you query usi Here is the list of settings related to DNSBL : -| Setting | Default | Description | -| :----------: | :--------------------------------------------------------------------------: | :--------------------------------------------- | -| `USE_DNSBL` | `yes` | When set to `yes`, will enable DNSBL checking. | -| `DNSBL_LIST` | `bl.blocklist.de problems.dnsbl.sorbs.net sbl.spamhaus.org xbl.spamhaus.org` | List of DNSBL servers to ask. | +| Setting | Default | Description | +| :----------: | :-------------------------------------------------: | :--------------------------------------------- | +| `USE_DNSBL` | `yes` | When set to `yes`, will enable DNSBL checking. | +| `DNSBL_LIST` | `bl.blocklist.de sbl.spamhaus.org xbl.spamhaus.org` | List of DNSBL servers to ask. | ## Limiting