infra.cloudflare.dns_create
Create DNS records (A, AAAA, CNAME, MX, TXT) for Cloudflare zones to manage domain routing and CDN proxy settings.
Instructions
Create a new DNS record (A, AAAA, CNAME, MX, TXT) for a Cloudflare zone. Set content (IP/hostname), TTL, and CDN proxy status. Returns new record ID (Cloudflare)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Cloudflare Zone ID | |
| type | Yes | DNS record type | |
| name | Yes | Record name — subdomain or "@" for root (e.g. "www", "api", "@") | |
| content | Yes | Record value — IP address for A/AAAA, hostname for CNAME, text for TXT | |
| ttl | No | TTL in seconds (1 = automatic, 60-86400 for manual) | |
| proxied | No | Enable Cloudflare CDN proxy (default false). True = orange cloud, hides origin IP | |
| priority | No | Priority for MX records (e.g. 10, 20) |