mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update dnsbl list regex to accept an empty one
This commit is contained in:
parent
6534a429af
commit
2ddc8cec72
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"help": "List of DNSBL servers.",
|
||||
"id": "dnsbl-list",
|
||||
"label": "DNSBL list",
|
||||
"regex": "^(?! )( ?((?!\\.)[\\w.]+)(?!.*\\2(?!.)))+$",
|
||||
"regex": "^(?! )( ?((?!\\.)[\\w.]+)(?!.*\\2(?!.)))*$",
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue