dns_set_zone_options
Configure a DNS zone's options: set disabled state, specify notify name servers, and define networks allowed for zone transfers.
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 | |
| notifyNameServers | No | Comma-separated list of name server IPs to notify on changes | |
| zoneTransferAllowedNetworks | No | Comma-separated list of IP/CIDR allowed for zone transfers |