This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
dns
Watch
1
Star
0
Fork
You've already forked dns
0
mirror of
https://github.com/Luzifer/dns.git
synced
2024-11-12 16:02:48 +00:00
Code
Issues
Releases
Wiki
Activity
ee8fcd74f5
dns
/
zonefile_cron
6 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
Rebuild to use crond and pre-compiled binary The build process of the binary patched with the cron runner was too instable as coredns is not properly vendoring their dependencies. This way the binary is stable (provided by coredns) and the cron is taken over by alpine crond. Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-03-04 12:41:25 +00:00
#!/bin/bash
set -euxo pipefail
cd /src
Move healthcheck to python script Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-15 00:47:22 +00:00
exec /usr/bin/python3 generateZonefiles.py
Reference in a new issue
Copy permalink