mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-06 13:24:29 -04:00
Merge pull request #359 from linuxserver/route53-propagation
route53 no longer supports propagation
This commit is contained in:
commit
2e59ae36c1
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
|
||||||
DNSCREDENTIALSPARAM=""
|
DNSCREDENTIALSPARAM=""
|
||||||
fi
|
fi
|
||||||
# plugins that don't support setting propagation
|
# plugins that don't support setting propagation
|
||||||
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|standalone)$ ]]; then
|
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|route53|standalone)$ ]]; then
|
||||||
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
|
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
|
||||||
PROPAGATIONPARAM=""
|
PROPAGATIONPARAM=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue