Improve Bind9 configuration
This commit is contained in:
@ -10,6 +10,16 @@ RUN apt-get update && \
|
||||
traceroute \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN sed 's/include "\/etc\/bind\/named.conf.default-zones";//g' /etc/bind/named.conf
|
||||
RUN echo "include \"/etc/dns/master.conf\";" > /etc/bind/named.conf.local
|
||||
|
||||
COPY start.sh /start.sh
|
||||
COPY restart-bind /usr/bin
|
||||
|
||||
RUN mkdir /etc/dns
|
||||
RUN touch /etc/dns/master.conf
|
||||
|
||||
VOLUME /etc/dns
|
||||
|
||||
EXPOSE 53
|
||||
CMD ["/bin/sh", "/start.sh"]
|
Reference in New Issue
Block a user