Do not break DNS replies....

This commit is contained in:
andryyy
2017-06-18 20:57:26 +02:00
parent 6fa19a37d8
commit 9117c499ef
3 changed files with 26 additions and 29 deletions

View File

@@ -12,8 +12,6 @@ RUN apk add --update --no-cache \
&& chown root:unbound /etc/unbound \
&& chmod 775 /etc/unbound
COPY unbound.conf /etc/unbound/unbound.conf
EXPOSE 53/udp 53/tcp
COPY docker-entrypoint.sh /docker-entrypoint.sh