Add bolt provider, rewrite hosts, start of api, start of update via nsupdate

This commit is contained in:
Tyler
2021-04-14 23:42:24 -04:00
parent 3383c5e4f9
commit f38586dcb0
18 changed files with 684 additions and 539 deletions

View File

@ -5,9 +5,10 @@ MAINTAINER Tyler Stuyfzand <tyler@tystuyfzand.com>
EXPOSE 53
RUN apk --no-cache add tini
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["godns"]
COPY etc/godns.example.conf /etc/godns.conf
COPY /build/godns /usr/local/bin/godns
RUN chmod +x /usr/local/bin/godns
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["godns"]