GianLuca Vagnuzzi 7d45e0ebef
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 14s
Docker Image CI / build_docker_images (push) Successful in 22m8s
Fixed tags
2026-01-02 14:09:36 +01:00
2025-11-11 16:20:42 +01:00
2025-11-10 21:49:34 +01:00
2025-11-10 21:49:34 +01:00
2026-01-02 14:09:36 +01:00

Named / Bind9 dns server

Dns server based on Debian.

Quick reference

  • Where to file issues: Gitea

  • Supported architectures: amd64 , armv7 , arm64v8

How to use

After first run it make conf file in ./data dir. Change it with your parameters and ... relauch it!

...by docker run:

docker run --rm -d \
--net host \
-v ./data:/data \
-e TZ=Europe/Rome \
--name bind9 rardcode/bind9

...by docker-compose file:

services:
  bind9:
    image: rardcode/bind9
    container_name: bind9
    environment:
      - TZ=Europe/Rome
    volumes:
    - ./data:/data
    ports:
    - 127.0.0.1:53:53/udp
    restart: unless-stopped

Changelog

v132.1920151 - 02.01.2026

  • Debian v. 13.2
  • bind9 v. 1:9.20.15-1
Description
No description provided
Readme GPL-3.0 68 KiB
Languages
Dockerfile 100%