options revision cffe50abf66495ee08084f8e1081278a9b589985
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsCopyright (C) 2000 Internet Software Consortium.
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox UserSee COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews$Id: options,v 1.3 2000/11/18 03:01:02 bwelling Exp $
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews [ allow-notify { address_match_list }; ]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews [ notify-forward yes_or_no; ]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsview "view_name" [ ( in | hs | hesiod | chaos ) ] {
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews [ allow-notify { address_match_list }; ]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews [ notify-forward yes_or_no; ]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewszone "zone_name" {
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User [ allow-notify { address_match_list };]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt [ notify-forward yes_or_no; ]
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User [ max-names integer; ]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsallow-notify:
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews Accept notify messages which match this acl in addition to
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews the zone masters. Zone masters implicitly do not match.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsnotify-forward:
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews If 'yes' forward notifies which match 'allow-notify' to zone
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews masters. If 'no' accept the notify which match 'allow-notify'
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User as if it came from a master. Default 'no'.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews The maximum number of names allowed in a slave zone.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews If an incoming zone transfer contains more than this
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews many names, the zone will be unloaded.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserAlso, the "masters" list for slave zones can contain per-master TSIG keys
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsusing a syntax like "masters { 1.2.3.4 port 5555 key "foo." };".