2014-05-20 20:46 GMT+09:00 Tony Finch <d...@dotat.at>: > There are two options: > > You can have one view that slaves the zone from the master, and the other > view slaves the zone from the first view. > > Or you can have an authoritative view that slaves the zone from the > master, and a recursive view that has "static-stub" clauses to send > queries to the first zone. (But beware, there are bugs in older versions > of BIND if your zones are DNSSEC signed.) > > view internal { > match-clients{ XXX.XXX.XXX.XXX; }; > match-recursive-only yes; > recursion yes; > zone hoge.com { > type static-stub; > server-addresses { 127.0.0.1; }; > }; > };
Thakyou, If it is this setting, I seem to be able to want to do. This option exists from 9.8.0. It tries a little. Thank you. --------------- maru _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users