Increase update delay for Gandi DNS records

This commit is contained in:
Râu Cao 2023-11-05 01:01:16 +01:00
parent 1a3516904d
commit 390753faa3
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -26,7 +26,7 @@ set -euf -o pipefail
# Defaults to 30 seconds.
#
GANDI_API_KEY="<%= @gandi_api_key %>"
PROVIDER_UPDATE_DELAY=2
PROVIDER_UPDATE_DELAY=10
regex='.*\.(.*\..*)'
if [[ $CERTBOT_DOMAIN =~ $regex ]]