aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound.xml
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-01-04 21:03:30 +0200
committerWarren Baker <warren@decoy.co.za>2011-01-04 21:03:30 +0200
commit6057c6c416621088483c390164edcc84896a1b86 (patch)
tree8b9cfeea1b73aecd168d1215b5fa8d68d874b51f /config/unbound/unbound.xml
parent69ec8d4a1d3c984a9ec9cb35780cb3a5fbbd5206 (diff)
downloadpfsense-packages-6057c6c416621088483c390164edcc84896a1b86.tar.gz
pfsense-packages-6057c6c416621088483c390164edcc84896a1b86.tar.bz2
pfsense-packages-6057c6c416621088483c390164edcc84896a1b86.zip
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().
Diffstat (limited to 'config/unbound/unbound.xml')
-rw-r--r--config/unbound/unbound.xml24
1 files changed, 24 insertions, 0 deletions
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
@@ -138,6 +138,30 @@
<type>checkbox</type>
</field>
<field>
+ <fieldname>msg_cache_size</fieldname>
+ <fielddescr>Message Cache Size</fielddescr>
+ <description>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.</description>
+ <type>select</type>
+ <default_value>4</default_value>
+ <options>
+ <option><name>4MB</name><value>4</value></option>
+ <option><name>10MB</name><value>10</value></option>
+ <option><name>20MB</name><value>20</value></option>
+ <option><name>50MB</name><value>50</value></option>
+ <option><name>100MB</name><value>100</value></option>
+ <option><name>250MB</name><value>250</value></option>
+ <option><name>250MB</name><value>250</value></option>
+ <option><name>512MB</name><value>512</value></option>
+ </options>
+ </field>
+ <field>
+ <fieldname>txtsupport</fieldname>
+ <fielddescr>TXT Comment Support</fielddescr>
+ <description>If this option is set, then any descriptions associated with Host entries and DHCP Static mappings will create a corresponding &lt;a href="http://en.wikipedia.org/wiki/List_of_DNS_record_types"&gt;TXT record&lt;/a&gt;.</description>
+ <type>checkbox</type>
+ <default_value>on</default_value>
+ </field>
+ <field>
<name>Unbound Statistics</name>
<type>listtopic</type>
</field>