regru_add_dns_record
Add A, AAAA, CNAME, MX, TXT, NS, SRV, or CAA records to a domain zone, specifying subdomain, content, TTL, and priority for MX/SRV.
Instructions
Add a DNS resource record to a domain zone. Supports A, AAAA, CNAME, MX, TXT, NS, SRV, CAA record types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds | |
| content | Yes | Record content (IP address, hostname, text, etc.) | |
| priority | No | Priority for MX and SRV records | |
| subdomain | Yes | Subdomain (use "@" for root) | |
| domain_name | Yes | Domain name | |
| record_type | Yes | DNS record type |