This is a discussion on Re: ACL usage within the Bind Users forums, part of the DNS and Related Forums category; If I'm reading this CHANGES-file entry correctly, the functionality you seek is coming in BIND 9.3 (currently ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
If I'm reading this CHANGES-file entry correctly, the functionality you
seek is coming in BIND 9.3 (currently in beta): 1443. [func] Masters lists can now be specified and referenced in zone masters clauses and other masters lists. - Kevin Peter Rabbitson wrote: >Is there a way to specify IPs for options like forwarders {}, also-notify{}, >masters {} and others using ACLs? BIND (9.2.4) get's very upset at such >entries: > >acl "fwdservers" { xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; }; >forward first; >forwarders {"fwdservers"; }; > >or > >acl "mstservers" { xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; ); > >zone "example.com" { > type slave; > file "slave.example.com"; > masters {"mstservers"; }; >}; > >Peter > > > > > > |