In message <[email protected]>, 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
> [email protected]
> 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: [email protected]
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to