> by default, the files written by BIND when acting as a slave is
> not in "text" format, but is some binary file format, I beleive
> what is referred to as "raw" format.
I've avoided this, on my slaves:
zone "abundo.se" {
masterfile-format text;
};
I guess the binary format is more efficient, but for me this is not a
problem.
/AL