dns_create_domain
Create a new DNS domain with a specified IP and optional DNSSEC, returning the domain information for immediate management.
Instructions
Create a new DNS domain.
Args: domain: The domain name to create ip: The default IP address for the domain ctx: FastMCP context for resource change notifications dns_sec: Enable DNSSEC (enabled/disabled, default: disabled)
Returns: Created domain information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| domain | Yes | ||
| dns_sec | No | disabled |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||