dns_add_record
Add DNS records to zones in Technitium DNS Server, automatically creating zones when needed for Primary type records.
Instructions
Add a DNS record to a zone. Creates the zone automatically if it doesn't exist for Primary type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | Zone domain name | |
| domain | Yes | Full domain name for the record | |
| type | Yes | Record type | |
| value | Yes | Record value (IP for A/AAAA, hostname for CNAME/MX/NS, text for TXT) | |
| ttl | No | TTL in seconds (default: 3600) | |
| overwrite | No | Overwrite existing records of the same type (default: false) | |
| priority | No | Priority for MX records |