logging and rndc

This commit is contained in:
2019-11-28 14:33:23 +01:00
parent 17fd417d52
commit 055afe70e3
5 changed files with 15 additions and 16 deletions

View File

@ -29,6 +29,7 @@ RUN \
apt install -y netcat && \
echo "include \"/etc/bind/local.key\";" >> /etc/bind/named.conf && \
echo "include \"/etc/bind/dynamic/dynamic-zones.conf\";" >> /etc/bind/named.conf && \
echo "include \"/etc/bind/named.conf.rndc\";" >> /etc/bind/named.conf && \
echo "include \"/etc/bind/named.conf.logging\";" >> /etc/bind/named.conf
COPY ./server/ $APP_DIR