add powerdns client codes.

This commit is contained in:
dalbodeule
2024-06-05 20:50:43 +09:00
parent 07aa50cd3a
commit 3dd8fc69c1
15 changed files with 372 additions and 176 deletions

7
docker_build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# 현재 날짜와 시간을 YYMMDD(AM/PM)HHMM 형식으로 설정
current_time=$(date +'%y%m%d%p%H%M')
# Docker 이미지 빌드 명령 실행
docker build --no-cache -t dalbodeule/dnsapi:$current_time -t dalbodeule/dnsapi:latest .