Sign inSign up

daverichmond/unbound

By daverichmond

Updated over 3 years ago

Unbound DNS server

Image
1

482

daverichmond/unbound repository overview

This should be built for most architectures - where most is arm(v7 &64) and amd64.

Building:

Usage: via docker-compose, at a bare minimum

version: "3"
services:
  dns:
    image: daverichmond/unbound
    volumes:
      - ./unbound.conf:/unbound/unbound.conf
    ports:
      - "53:53/udp"
      - "53:53/tcp"

a minimal unbound.conf:

server:
        verbosity: 1
        use-syslog: no
        logfile: ""
        interface: 0.0.0.0
        access-control: 10.0.0.0/8 allow
        access-control: 172.16.0.0/12 allow
        access-control: 127.0.0.0/8 allow

This is still a work in progress.

Tag summary

Content type

Image

Digest

sha256:3bdb036cc

Size

43.9 MB

Last updated

over 3 years ago

docker pull daverichmond/unbound