bind9/README.md

29 lines
407 B
Markdown

# 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