DNS Bind9 docker
Go to file
2024-10-27 20:05:13 +01:00
bind refactor and update bind v9.21 2024-10-27 20:05:13 +01:00
bind9-docker@cb3c182260 refactor and update bind v9.21 2024-10-27 20:03:43 +01:00
.gitmodules refactor and update bind v9.21 2024-10-27 20:03:43 +01:00
docker-compose.yml refactor and update bind v9.21 2024-10-27 20:03:43 +01:00
README.md refactor and update bind v9.21 2024-10-27 20:03:43 +01:00

DNS Bind9 docker

Configure

$ git clone --recurse-submodules https://git.manalejandro.com/ale/bind9

cd bind and edit ./bind/entrypoint.sh file properties before first run

##Build

$ docker buildx build -t bind9-docker ./bind9-docker

$ docker-compose build

Run

$ docker-compose up -d

by default all queries are logged under /var/log/querylog

License

Mit