Hi all,
it is possible with BIND 9.2.2
to host domain with same zone file
like that
zone "example.com" {
type master;
file "example.com.db";
zone "exemple2.com" {
type master;
file "exemple.com.db";
how to do this common zone file
all zone have same A record , same MX and same CNAME .
Marc