first commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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 ""
|
Reference in New Issue
Block a user