mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 18:54:55 +00:00
Update dns_googledomains.sh
This commit is contained in:
parent
6e5374e8f9
commit
334500ce7e
@ -63,4 +63,6 @@ dns_googledomains_rm() {
|
|||||||
fi
|
fi
|
||||||
i=$((i + 1))
|
i=$((i + 1))
|
||||||
done
|
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