disable rndc stuff for the moment

This commit is contained in:
2019-11-27 22:56:42 +01:00
parent fde64a2c7d
commit 17fd417d52
3 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,6 @@ 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