4.1.5 Static-Stub Zone Type

It allows to force queries for a particular zone to go to specified addresses instead of recursing for the name server records of that zone.

Zone data is statically configured through the server-address. Zone details is added in named.conf file.

Sample format:
zone "demo4.com" IN {
 type static-stub;
 server-addresses { ***.***.**.**; }; // ip on which query will be forwarded for resolution
};