dns_set_zone_options
Update DNS zone configuration options such as disabled state, zone transfer ACLs, and notification settings for specified zones.
Instructions
Set configuration options for a zone. Pass the zone name plus any option key/value pairs to update (e.g. notify settings, zone transfer ACLs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | Zone domain name | |
| disabled | No | Set zone disabled state | |
| zoneTransferAllowedNetworks | No | Comma-separated list of IP/CIDR allowed for zone transfers | |
| notifyNameServers | No | Comma-separated list of name server IPs to notify on changes |