Add DNS record
dns_addAdd a DNS record to a domain zone, specifying the record type, subdomain, and target value.
Instructions
Add a DNS record (add_dns_settings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_host | Yes | Zone / domain, e.g. example.com | |
| record_aux | No | Priority for MX/SRV, default 0 | |
| record_data | Yes | Target value (IP, hostname, text) | |
| record_name | Yes | Subdomain part, empty for the zone apex | |
| record_type | Yes | A, AAAA, CNAME, MX, TXT, ... |