mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
cloudflare api changed #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andreabonaldo on GitHub (Jan 22, 2020).
Hello,
Cloudflare API was changed, now on script we need to speciy ttl value, otherwise we get an error :
--data '{"type":"A","name":"*","content":"1.2.3.4" = got error code 9021
--data '{"type":"A","name":"*","content":"1.2.3.4","ttl":1 = got "success": true
Thank you
Andrea