DNS performance question

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Sat Oct 28 00:57:06 UTC 2000


> 
> Hi there;
> I have many domains all using the same file  like this:
> 
> zone "X1.com" {
>             type master;
>             file " samefile"
> };
> 
> zone "X2.com" {
>             type master;
>             file " samefile"
> };
> 
> ........
> 
> zone "Xn.com" {
>             type master;
>             file " samefile"
> };
> 
> 1- Is there any way to make it short in named.conf instead of the above
> ?

	zone "X1.com" { type master; file " samefile"; }; 
	zone "X2.com" { type master; file " samefile"; }; 
	zone "Xn.com" { type master; file " samefile"; }; 

	:-)

> 2- will it  affect the efficiency also to make  the named.conf as short
> as possible  specially when transferring data to secondaries?

	The length of named.conf has no effect on this.

> 
> Thanks
> Albert
> 
> 
> 
> 
> 
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-users mailing list