1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00

Merge pull request #166 from bjmi/dnsmasq-dnssec

Add dnssec support to dnsmasq
This commit is contained in:
Kevin He 2021-01-22 18:14:41 +08:00 committed by GitHub
commit 4f83506901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ FROM alpine
MAINTAINER kev <norelply@easypi.pro>
RUN set -xe \
&& apk add --no-cache dnsmasq \
&& apk add --no-cache dnsmasq-dnssec \
&& echo "conf-dir=/etc/dnsmasq.d/,*.conf" >> /etc/dnsmasq.conf
VOLUME /etc/dnsmasq.d

View File

@ -0,0 +1,2 @@
# dnssec
# conf-file=/usr/share/dnsmasq/trust-anchors.conf