Very simple, open named.conf and under the options add the forward and forwards directives:
options {
...
forward only;
forwarders {
1.1.1.1; # first DNS server
2.2.2.2; # second DNS server
...
};
...
}
Last updated on 2003-04-19 14:00:00 -0800, by Shalom Craimer
Back to Tech Journal