type forward instead of "type hint"

Pedro Espinoza raindoctor at gmail.com
Tue Apr 8 18:47:24 UTC 2008


Hi,

I have the following in named.conf

zone "." {
        type hint;
        file "../root.ca";
};


Can the above be replaced with something like this?

zone "." {
   type forward;
   forwarders {10.0.0.2; 10.0.0.3; };
   forward only;
};


More information about the bind-users mailing list