Hey,
since 21.1.7 the "Services: Unbound DNS: Blacklist" doesn't work.
Both the DNSBL (Steven Black List) and the Whitelist Domains do not work.
Restarting the firewall and services has no effect.
No one else?
Until the update it worked flawlessly.
It does work for me i had trouble with the correct syntax for whitelisted domains.
Use this http://www.regexlab.com/wild2regex
Example:
Pattern with wildcard: *.microsoftonline.com
Regex export: (?:(?!\.microsoftonline\.com)(?:.|\n))*\.microsoftonline\.com
Options i left default.
Paste this output domain by domain into the whitelist field.