Browse Source
Merge pull request #4080 from aorith/dev
dns_aws: Fix when _acme-challenge is a hostedzone
pull/4083/head
neil
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_aws.sh
|
|
@ -152,7 +152,7 @@ dns_aws_rm() { |
|
|
|
|
|
|
|
_get_root() { |
|
|
|
domain=$1 |
|
|
|
i=2 |
|
|
|
i=1 |
|
|
|
p=1 |
|
|
|
|
|
|
|
if aws_rest GET "2013-04-01/hostedzone"; then |
|
|
|