cloudflare api changed #16

Closed
opened 2025-11-20 04:18:46 -05:00 by saavagebueno · 0 comments
Owner

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#16