is there a also-allow-transfer

Mark Andrews marka at isc.org
Thu Dec 13 07:23:45 UTC 2012


In message <50C9818E.2060303 at nsbeta.info>, Feng He writes:
> Hello,
> 
> I have the allow-transfer{} section in the global options{} block.
> 
> But for a special zone, I want to include another IP to allow transfer 
> besides the global IPs.
> 
> Is there a also-allow-transfer option in BIND?
> If not how to control this?

acl xxx { };

options {
	allow-transfer { xxx; };
};

zone "yyy" {
	allow-transfer { xxx; extra; };
};

> 
> Thanks.
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this l
> ist
> 
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org



More information about the bind-users mailing list