2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 07:31:40 +01: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
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