aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound.xml
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-11-06 13:46:19 +0200
committerWarren Baker <warren@decoy.co.za>2011-11-06 13:46:19 +0200
commit8f0f4971a59eeb7e369fc5027144a9ae91d2698d (patch)
tree13b2fd7f3831cfa35715d0fde2d791271daf527d /config/unbound/unbound.xml
parent85059dc670b521fcb9e15d02e25dbb4915685dcf (diff)
downloadpfsense-packages-8f0f4971a59eeb7e369fc5027144a9ae91d2698d.tar.gz
pfsense-packages-8f0f4971a59eeb7e369fc5027144a9ae91d2698d.tar.bz2
pfsense-packages-8f0f4971a59eeb7e369fc5027144a9ae91d2698d.zip
Add support for a query from interface and remove the Disabled option for stats - option is not needed
Diffstat (limited to 'config/unbound/unbound.xml')
-rw-r--r--config/unbound/unbound.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml
index 07ecaa6e..e61b5a09 100644
--- a/config/unbound/unbound.xml
+++ b/config/unbound/unbound.xml
@@ -117,6 +117,16 @@
<multiple/>
</field>
<field>
+ <fielddescr>Query interfaces</fielddescr>
+ <fieldname>query_interface</fieldname>
+ <description>Utilize different network interface(s) that Unbound DNS server will use to send queries to authoritative servers and receive their replies. &lt;br/&gt;
+ &lt;b&gt;Note:&lt;/b&gt; If a query interface is not selected then the default of all interfaces will be used.
+ </description>
+ <type>interfaces_selection</type>
+ <default_value>wan</default_value>
+ <multiple/>
+ </field>
+ <field>
<fieldname>dnssec_status</fieldname>
<fielddescr>Enable DNSSEC</fielddescr>
<description>Enable the use of DNSSEC. &lt;br/&gt;
@@ -183,7 +193,6 @@
<type>select</type>
<default_value>3600</default_value>
<options>
- <option><name>Disabled</name><value>Disabled</value></option>
<option><name>5 minutes</name><value>300</value></option>
<option><name>10 minutes</name><value>600</value></option>
<option><name>20 minutes</name><value>1200</value></option>