delegation-only Featuredelegation-onlydelegation-only will be
effectively limited to containing NS RRs for subdomains, but no actual data
beyond its own apex (for example, its SOA RR and apex NS RRset). This can
be used to filter out "wildcard" or "synthesized" data from NAT boxes or from
authoritative name servers whose undelegated (in-zone) data is of no interest.
Example:
zone "FOO" { type delegation-only; };
zone "BAR" { type delegation-only; };
root-delegation-onlyroot-delegations-only
feature which applies delegation-only logic to all top level domains, and to
the root domain. An exception list should be specified, including those
listed in the example listed below (which is used on ISC's own resolvers), and any other
top level domains from whom undelegated responses are expected and trusted.
Example:
options {
root-delegation-only exclude { "ad"; "af"; "ar"; "biz"; "cr"; "cu"; "de"; "dm"; "fr";
"id"; "lu"; "lv"; "md"; "ms"; "museum"; "name"; "no";
"pa"; "pf"; "re"; "se"; "sr"; "to"; "tw"; "us"; "uy"; };
};
zone "FOO" { type forward; forward first; forwarders { 204.152.184.76; }; };
zone "BAR" { type forward; forward first; forwarders { 204.152.184.76; }; };
(If you can use IPv6 instead, please use 2001:4f8:0:2::14 rather
than the IPv4 204.152.184.76 address shown above.)
(If you can possibly find a closer server, or run one yourself, you should.)
Naturally you should pay close attention to your performance and network load when making changes of this kind. ISC expresses no warranty whatsoever as to the usefulness of its public recursive nameservers for any particular purpose.