diff options
author | Warren Baker <warren@decoy.co.za> | 2011-11-06 13:46:19 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-11-06 13:46:19 +0200 |
commit | 8f0f4971a59eeb7e369fc5027144a9ae91d2698d (patch) | |
tree | 13b2fd7f3831cfa35715d0fde2d791271daf527d /config/unbound/unbound.xml | |
parent | 85059dc670b521fcb9e15d02e25dbb4915685dcf (diff) | |
download | pfsense-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.xml | 11 |
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. <br/> + <b>Note:</b> 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. <br/> @@ -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> |