GHP publish

This commit is contained in:
ace
2021-01-09 21:06:20 +03:00
commit 380dbf855f
68 changed files with 10903 additions and 0 deletions

8
tsig/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM centos:7
RUN yum install -y epel-release \
&& yum install -y knot bind \
&& yum clean all && rm -rf /var/cache/yum
COPY tsig-key.sh /tsig-key.sh