set_nameservers
ActiveTool of run.domani/domani
declared in 1.0.0
Replace the nameservers for a domain you own. Requires 2–13 valid hostnames. Common values: OpenSRS DNS (ns1.systemdns.com, ns2.systemdns.com, ns3.systemdns.com), Cloudflare (assigned per account), custom NS.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"nameservers"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain name to set nameservers for"
},
"nameservers": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 13,
"minItems": 2,
"description": "Array of nameserver hostnames, e.g. ['ns1.systemdns.com', 'ns2.systemdns.com']"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries