mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 15:12:53 +00:00
Update dns_googledomains.sh
This commit is contained in:
parent
6e5374e8f9
commit
334500ce7e
@ -63,4 +63,6 @@ dns_googledomains_rm() {
|
||||
fi
|
||||
i=$((i + 1))
|
||||
done
|
||||
export _H1="Content-Type: application/json"
|
||||
_post "{\"accessToken\":\"$GOOGLEDOMAINS_TOKEN\",\"keepExpiredRecords\":true,\"recordsToRemove\":[{\"digest\":\"$txtvalue\",\"fqdn\":\"$fulldomain\"}]}" "$GOOGLEDOMAINS_API/$current_domain:rotateChallenges" "" ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user