Clone DNS
clone_dnsCopy the DNS setup of one domain you own onto another (e.g. brand.com → brand.dev with the same A/CNAME/MX). Merges by default (source wins on collisions, keeps the target's other records); set replace=true for an exact mirror.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replace | No | Exact mirror - drop target records the source doesn't have. Default: merge | |
| to_domain | Yes | Target domain to write the DNS onto (must be yours) | |
| from_domain | Yes | Source domain to copy DNS from (must be yours) |