Script build host to block directly from unbound. It is based on work of https://github.com/StevenBlack/hosts
Also inpired by this blog post : https://deadc0de.re/articles/unbound-blocking-ads.html
Checkout the repository
git clone https://github.com/lepiaf/adblock-unbound.git
chmod +x entrypoint.sh
RECIPE=master WITH_IPV6=false ./entrypoint.sh > /etc/unbound/unbound.conf.d/ads.conf
then restart unbound
git clone https://github.com/lepiaf/adblock-unbound.git
docker build -t lepiaf/adblock-unbound .
docker run --rm -e RECIPE=fakenews -e WITH_IPV6=false lepiaf/adblock-unbound > /etc/unbound/conf.d/ads.conf
then restart unbound