Compare commits

..

No commits in common. "64b5f71b58caf186f91fcfd2e30626841558bfca" and "aa98a37b8b0006f911efa70d87a2c0a0808c18ee" have entirely different histories.

View file

@ -94,10 +94,7 @@ case $1 in
test -d "/etc/letsencrypt/live/${domain}" && continue test -d "/etc/letsencrypt/live/${domain}" && continue
# Ignore non local domains # Ignore non local domains
if ! nslookup "${domain}" 8.8.8.8 | grep -qE "^(${SUTTY_ADDRESSES// /|})$" ; then nslookup "${domain}" 8.8.8.8 | grep -q "${SUTTY_ADDRESS}" || continue
echo "${domain} is not configured to any Sutty node or DNS records are still cached, ignoring for now"
continue
fi
# Get the certificate for the domain, the webserver will need # Get the certificate for the domain, the webserver will need
# access to this directory # access to this directory