Added the DNS updater for OVH DNS

This commit is contained in:
2023-09-11 22:17:31 +02:00
parent 7e1fb9c370
commit 64d7f96571
3 changed files with 67 additions and 1 deletions

8
dnsupdater/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM alpine:latest
ADD dnsupdater.sh /usr/bin/dnsupdater.sh
RUN apk add --no-cache bash curl jq bind-tools \
&& chmod +x /usr/bin/dnsupdater.sh
CMD /usr/bin/dnsupdater.sh