create_glue_record
Create a glue record for a host when running custom nameservers on the same domain. Provide subdomain and IP addresses to associate.
Instructions
Create a glue record for a host on a domain. Used when running your own nameservers on the same domain they serve (e.g. ns1.example.com serving example.com). The subdomain is just the host part (e.g. ns1), not the full FQDN. Provide IPs as an array of IPv4 and/or IPv6 addresses. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Parent domain, e.g. `example.com` | |
| subdomain | Yes | Host portion only (no domain), e.g. `ns1`. | |
| ips | Yes | Array of IPv4 and/or IPv6 addresses to associate with the host. |