Hello,
I’m considering to migrate to a docker based mailserver deployment. This deployment includes several services, e.g. Unbound.
However I need to understand how to customize unbound configuration to enhance DNSSEC, DoT, unbound-control, etc.
This would result in an override of /etc/unbound.conf with
# The following line includes additional configuration files from the
# /etc/unbound/unbound.conf.d directory.
include-toplevel: "/etc/unbound/unbound.conf.d/*.conf"
The relevant section in docker-compose.yml file is this: