mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove deprecated DNSBL server from default list in plugin configuration
This commit is contained in:
parent
68d2c78ee6
commit
73554d994a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"DNSBL_LIST": {
|
||||
"context": "global",
|
||||
"default": "bl.blocklist.de problems.dnsbl.sorbs.net sbl.spamhaus.org xbl.spamhaus.org",
|
||||
"default": "bl.blocklist.de sbl.spamhaus.org xbl.spamhaus.org",
|
||||
"help": "List of DNSBL servers.",
|
||||
"id": "dnsbl-list",
|
||||
"label": "DNSBL list",
|
||||
|
|
|
|||
Loading…
Reference in a new issue