Files
bind9/README.md
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

40 lines
778 B
Markdown

# Named / Bind9 dns server
Dns server based on Debian.
## Quick reference
* Where to file issues:
[Gitea](https://git.gmmg.it/kom23/bind9/issues)
* 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