Allow recursion in dns server
This commit is contained in:
@ -11,7 +11,8 @@ RUN apt-get update && \
|
||||
&& 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 named.conf.local /etc/bind/named.conf.local
|
||||
COPY named.conf.options /etc/bind/named.conf.options
|
||||
|
||||
COPY start.sh /start.sh
|
||||
COPY restart-bind /usr/bin
|
||||
|
Reference in New Issue
Block a user