rndc stuff
This commit is contained in:
@ -29,10 +29,12 @@ 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
|
||||
COPY ./bind/named.conf.logging $BIND_DIR
|
||||
COPY ./bind/named.conf.rndc $BIND_DIR
|
||||
COPY ./bind/dynamic-zones.conf $DYN_ZONES_DIR
|
||||
COPY ./bind/dynamic.hottis.de $DYN_ZONES_DIR
|
||||
COPY ./yadynns.sh $APP_DIR
|
||||
|
Reference in New Issue
Block a user