Updated AWS Route53 service endpoint to the dual-stack endpoint (#6994)

* Update to dual-stack service endpoint
This commit is contained in:
Bill 2026-06-05 16:06:49 -04:00 committed by GitHub
parent 9b597b3f1b
commit d98fa53f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,8 @@ Options:
# All `_sleep` commands are included to avoid Route53 throttling, see
# https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-requests
AWS_HOST="route53.amazonaws.com"
# Updated from "route53.amazonaws.com"
AWS_HOST="route53.global.api.aws"
AWS_URL="https://$AWS_HOST"
AWS_WIKI="https://github.com/acmesh-official/acme.sh/wiki/How-to-use-Amazon-Route53-API"