aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound.xml
diff options
context:
space:
mode:
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>