ns1.netig.net/Dockerfile

12 lines
180 B
Docker
Raw Permalink Normal View History

2025-01-14 17:58:47 +01:00
FROM debian:stable-slim
RUN apt update && apt -y install nsd && apt clean
RUN nsd-control-setup
RUN mkdir -p /etc/nsd/zones
COPY nsd.conf /etc/nsd/
CMD /usr/sbin/nsd -d -P ""