about organization of dns views

Fabiano Silos Reis fsilos at ig.com
Thu Dec 23 18:24:21 UTC 2004


> Did you really mean to define 2 views with the same name, "internal"?
> Probably not.  Try naming this view something else, like "external",
and=20
> see what happens.

Sorry, it was a mistake while writing this message. Please, consider
"external" at this point.

view "internal" {
        match-clients { "acl-internal"; };
        include "zones-internal.inc";
};

view "external" {
        match-clients { any; }; // everyone who is not "internal"
        include "zones-external.inc";
};




More information about the bind-users mailing list