1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-19 15:23:03 +00:00

Allow specifying a healthcheck ping address

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-12-15 01:36:04 +01:00
parent cf908822be
commit c28c273d7a
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -2,4 +2,6 @@
set -euxo pipefail set -euxo pipefail
cd /src cd /src
exec /usr/bin/python3 generateZonefiles.py /usr/bin/python3 generateZonefiles.py
[ -n "${HC_PING}" ] && curl -sSfLo /dev/null "${HC_PING}"