add HEALTHCHECK to Dockerfile and append 10.0.0.0/8 to DNSBL whitelist

This commit is contained in:
bunkerity
2021-06-14 20:54:36 +02:00
parent 491d879fec
commit 3c721dc2a0
3 changed files with 6 additions and 3 deletions

View File

@@ -102,6 +102,7 @@ class AutoConf :
del self.__instances[id]
else :
utils.log("[!] Initial config failed")
# TODO : wait while unhealthy if not swarm
utils.log("[*] bunkerized-nginx instance created : " + name + " / " + id)
elif event == "start" :