Is it possible to configure named.conf to have a default behavior?
For instance, if this is my named.conf
( https://gist.github.com/3c755018696e262ee4d9
) & this is guubo.com.db
( https://gist.github.com/affa63b5a5b250b5de17
)
Basically there are many domains pointing to ns1.hotelpublisher.com ns2, ..
and they all have the same configuration as guubo.com.db
(except for the domain name, of course). But Google settings, server support email, etc. is same on every domain.
Well, what I did was: I've created
default.db
file which I've included with every master zone.named.conf
therefore looks like this:And
default.db
like this:This removed a lot of redundancy. If any comments, feel free to share.