mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
Add dnssec support to dnsmasq
This commit is contained in:
parent
ad3c32b21f
commit
d70e40f495
@ -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
|
||||
|
2
dnsmasq/dnsmasq.d/dnssec.conf
Normal file
2
dnsmasq/dnsmasq.d/dnssec.conf
Normal file
@ -0,0 +1,2 @@
|
||||
# dnssec
|
||||
# conf-file=/usr/share/dnsmasq/trust-anchors.conf
|
Loading…
Reference in New Issue
Block a user