9.4.1 and delegation-only zones

Jeffrey Stevens jeff1132 at charter.net
Thu Jun 7 16:26:40 UTC 2007


I'm trying to understand how a delegation only zone is different from have the
option "delegation-only" in a zone.  That is, whats different from this:

zone zone_name [class] {
	type delegation-only;
};

and these next three:

zone zone_name [class] {
	type hint;
	[ delegation-only yes_or_no ; ]
};

zone zone_name [class] {
	type stub;
	[ delegation-only yes_or_no ; ]
};

zone zone_name [class] {
	type forward;
	[ delegation-only yes_or_no ; ]
};


-- 
Jeffrey Stevens
gpg --keyserver pgp.mit.edu --recv-keys D2E5A4E8
Key fingerprint: 1C86 8717 E485 FA4D B9EF 96E2 A1AC 4B00 D2E5 A4E8



More information about the bind-users mailing list