DNS original/prefer

2007-12-24 21:22:00

Below is the original format for BIND and prefer format, is there any
problem with the prefer format? Does BIND needs each line the way it
is in original or it does not matter? (just trying to keep things
readable/manageable)

Thanks.

- Mike

Original format:
---------------
zone "domain.com" {
type master;
file "domain.com.zone";
};

Prefer format:
-------------
zone "domain.com" { type master; file "domain.com.zone"; };

Comments

Got something to say?

You must be logged in to post a comment.