I have setup unbound with blocklists from various sources
/etc/unbound/local.d/blocklist.conf. Sometimes one of those blocklists
block a site I need. I also have a allowlist
/etc/unbound/local.d/override.conf
One site that I need is listed in the blocklist:
local-zone: "d1oxlq5h9kq8q5.cloudfront.net" static
My override.conf has
local-zone: "d1oxlq5h9kq8q5.cloudfront.net" always_transparent
unbound still blocks this site. If I remove the site from the
blocklist it works. What am I doing wrong.
Thanks, Louis.