Skip to content

rardcode/bind9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Named / Bind9 dns server

Dns server based on Debian.

Quick reference

  • Where to file issues: GitHub

  • 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

v1.0.0 - 25.06.2025

  • Debian v. 12.11
  • bind9 v. 1:9.18.33-1~deb12u2

About

Dns server based on Debian.

Resources

License

Stars

Watchers

Forks

Packages

No packages published