clone_dns
ActiveTool of run.domani/domani
Copy 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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"to_domain",
"from_domain"
],
"properties": {
"replace": {
"type": "boolean",
"description": "Exact mirror - drop target records the source doesn't have. Default: merge"
},
"to_domain": {
"type": "string",
"description": "Target domain to write the DNS onto (must be yours)"
},
"from_domain": {
"type": "string",
"description": "Source domain to copy DNS from (must be yours)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries