⏰ Time:
🌡️ Temp:
Loading...
📌 2️⃣ คำสั่ง curl เพิ่ม CNAME
โดย puk
•2025-09-05 08:15
curl -X POST "https://api.cloudflare.com/client/v4/zones/YOUR_ZONE_ID/dns_records" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
--data '{
"type": "CNAME",
"name": "games",
"content": "yourserver.example.com",
"ttl": 3600,
"proxied": false
}'