This is a discussion on Re: Split DNS within the Bind Users forums, part of the DNS and Related Forums category; Brad Knowles wrote: >At 6:26 PM -0400 2005-04-08, Kevin Darcy wrote: > > > >> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Brad Knowles wrote:
>At 6:26 PM -0400 2005-04-08, Kevin Darcy wrote: > > > >> BIND has no way to do that. You'll just have to maintain the common data >> in parallel. >> >> > > Actually, if there is common data, you can maintain that in a >file separate from either of the zone files defined in the >named.conf, and then "include" them from within the zone files. That >way, only the different content is managed separately, and all the >shared content is maintained in only one place. > I stand corrected. The "shared include file" trick can be used to duplicate the same data across nameserver instances or views, and thus reduce the maintenance burden. I keep forgetting this trick, since we use Dynamic Update for everything and therefore can't "include" zonefiles... - Kevin |