Technical References

Specifies whether you want the DNS server, when composing
a response to a query, to fetch missing glue records.
Glue records are DNS A records, which specify the address of a
domain's authoritative name servers. Normal DNS responses include
NS records and their A records related to the name being queried.
no-recurse bool default = disabled
Specifies whether you want to disable forwarding client queries
to other name servers when your DNS server is
not authoritative for data in its own cache. If you disable
recursive queries, you make your name server a noncaching server.
notify bool default = enabled
Controls how the DNS server sends NOTIFY packets for zones
that have changed. Default is true (enable).
You must also set these attributes or accept their defaults:
notify-defer-cnt, notify-min-interval, notify-rcv-internal,
notify-send-stagger, notify-wait.
notify-defer-cnt int default = 100
With the notify attribute enabled, sets the maximum number of
changes the DNS server can accumulate during the notify-wait
period. If changes exceed this number, the DNS server sends
notification before the notify-wait period has elapsed.
Default is 100 changes.
notify-min-interval rangetime(0-68y5w3h14m7s) default = 2s
With the notify attribute enabled, sets the minimum interval
required before sending notification to a particular server of
consecutive changes on the same zone. Default is 2s.
notify-rcv-interval rangetime(0-68y5w3h14m7s) default = 5s
With the notify attribute enabled for secondary zones, sets the
minimum amount of time between complete processing of one
notification (serial number testing and/or zone transfer), and
the start of processing of another notification. ,
default 5s.
notify-send-stagger rangetime(0-68y5w3h14m7s) default = 1s
With the notify attribute enabled, sets the interval
to use for staggering notifications to multiple servers
about a zone change. Default is 1s.
notify-source-address ipaddr
Specifies the source IP address that the DNS server uses to send
notify requests to other servers. A value of 0.0.0.0 indicates
that operating systen uses the best local address based on the
destination.
notify-source-port rangeint(0-65535)