create_dns_record
Add DNS records to a domain by specifying type, content, and TTL. Supports A, MX, CNAME, TXT, AAAA, and other record types.
Instructions
Adds a new DNS record to a specified domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time To Live in seconds (default 600). | |
| name | No | Subdomain (leave blank for root, * for wildcard). | |
| prio | No | Priority (for MX/SRV records). | |
| type | Yes | Record type. Valid types are: A, MX, CNAME, ALIAS, TXT, NS, AAAA, SRV, TLSA, CAA, HTTPS, SVCB. | |
| domain | Yes | The domain name. | |
| content | Yes | Record content/answer. |