first commit

This commit is contained in:
julien
2025-01-14 17:58:47 +01:00
commit c38adbdf7b
7 changed files with 121 additions and 0 deletions

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
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 ""