From 6057c6c416621088483c390164edcc84896a1b86 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Tue, 4 Jan 2011 21:03:30 +0200 Subject: Add option to disable TXT support(txts were created automatically containing the descrs for hosts etc.). Also added a bunch of optimization settings and lastly a missing require_once(). --- config/unbound/unbound.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'config/unbound/unbound.xml') diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index 43947698..a3660c1f 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -137,6 +137,30 @@ If this option is set, then DHCP static mappings will be registered in the DNS forwarder, so that their name can be resolved. You should also set the domain in <a href="system.php">System: General setup</a> to the proper value. checkbox + + msg_cache_size + Message Cache Size + Size of the message cache. The message cache stores DNS rcodes and validation statuses. The RRSet cache will automatically be set to twice this amount. The RRSet cache contains the RR data. The default is 4 megabytes. + select + 4 + + + + + + + + + + + + + txtsupport + TXT Comment Support + If this option is set, then any descriptions associated with Host entries and DHCP Static mappings will create a corresponding <a href="http://en.wikipedia.org/wiki/List_of_DNS_record_types">TXT record</a>. + checkbox + on + Unbound Statistics listtopic -- cgit v1.2.3