Sign inSign up

bfren/unbound

By bfren

•Updated 6 days ago

Image
0

10K+

bfren/unbound repository overview

⁠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

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

Copyright (c) 2023-2026 bfren⁠ (unless otherwise stated)

Tag summary

Content type

Image

Digest

sha256:87d1dc033…

Size

33.7 MB

Last updated

6 days ago

docker pull bfren/unbound