Docker Repository - bfren ecosystem
Comes with Unbound pre-installed.
See sample .env
and docker-compose.yml
files for usage (plus -with-proxy
files). Or run as:
docker run \
--name=unbound \
--detach=true \
--env UNBOUND_ENABLE_DNSSEC=1 \
--publish=53:53/tcp \
--publish=53:53/udp \
--restart=unless-stopped \
bfren/unbound:latest
- 53
You can override various values in Unbound's configuration using environment variables - see /overlay/etc/bf/templates/unbound.conf.esh for details.
Run nu
, type bf-unbound
and hit tab
to see a list of helper functions.
Unbound is (c) 2007, NLnet Labs and licensed under BSD-3.
Copyright (c) 2023-2025 bfren (unless otherwise stated)