cf_create_dns_record
Create a DNS record in a CloudFlare zone, supporting A, AAAA, CNAME, MX, TXT types, with configurable TTL, proxied status, and MX priority.
Instructions
Create a DNS record
Args: zone_id: CloudFlare zone ID record_type: DNS record type (A, AAAA, CNAME, MX, TXT, etc.) name: Record name (subdomain or @ for root) content: Record content (IP address, domain name, etc.) ttl: Time to live (1 = Auto, 120-7200 seconds) proxied: Whether to proxy through CloudFlare (orange cloud) priority: Priority for MX records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | ||
| record_type | Yes | ||
| name | Yes | ||
| content | Yes | ||
| ttl | No | ||
| proxied | No | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |