impreza_add_dns_record
Adds a DNS record (A, CNAME, MX, TXT, etc.) to an Impreza-managed domain by specifying host, type, value, and optional TTL.
Instructions
Add a DNS record to an Impreza-managed domain. host is the record name ("@" for the apex, "www", "mail", …); value is the target (IP, hostname, or text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time-to-live in seconds. Default 14400. | |
| host | Yes | Record name/host, e.g. "@" for the apex, "www", "mail". | |
| type | Yes | Record type: A, AAAA, CNAME, MX, TXT, NS, SRV, … | |
| value | Yes | Record value/target (IP, hostname, or text). | |
| domain | Yes | The domain name, e.g. example.com. | |
| priority | No | Priority (MX / SRV only). |