Skip to content

bfren/docker-unbound

Repository files navigation

Docker Unbound

GitHub release (latest by date) Docker Pulls Docker Image Size GitHub Workflow Status

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

Contents

Ports

  • 53

Environment Variables

You can override various values in Unbound's configuration using environment variables - see /overlay/etc/bf/templates/unbound.conf.esh for details.

Helper Functions

Run nu, type bf-unbound and hit tab to see a list of helper functions.

Licence

MIT

Copyright

Unbound is (c) 2007, NLnet Labs and licensed under BSD-3.

Copyright (c) 2023-2024 bfren (unless otherwise stated)