diff options
author | plinss <peter@linss.com> | 2013-06-28 21:50:40 -0700 |
---|---|---|
committer | plinss <peter@linss.com> | 2013-06-28 21:50:40 -0700 |
commit | 1ea56a0e2c266e1c02d7eb97bdba7cf6d39361a8 (patch) | |
tree | d9ee91a4b7e60d766560f9d03424710b84682c65 /config/unbound/unbound.xml | |
parent | e962e2808e1678a049e98901030d7b92d28aadfa (diff) | |
download | pfsense-packages-1ea56a0e2c266e1c02d7eb97bdba7cf6d39361a8.tar.gz pfsense-packages-1ea56a0e2c266e1c02d7eb97bdba7cf6d39361a8.tar.bz2 pfsense-packages-1ea56a0e2c266e1c02d7eb97bdba7cf6d39361a8.zip |
Update unbound.xml
Change 'unbound_status' to 'enable' and advertise the 'dns' system_service. Allows unbound to be discoverable as a dns system service provider so the rest of the system can integrate with it more cleanly.
Diffstat (limited to 'config/unbound/unbound.xml')
-rw-r--r-- | config/unbound/unbound.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index 10de1f97..20f3d250 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -80,6 +80,9 @@ <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/unbound/unbound_monitor.sh</item> </additional_files_needed> + <system_services> + <dns/> + </system_services> <tabs> <tab> <text>Unbound DNS Settings</text> @@ -106,7 +109,7 @@ <type>listtopic</type> </field> <field> - <fieldname>unbound_status</fieldname> + <fieldname>enable</fieldname> <fielddescr>Enable Unbound</fielddescr> <description>Enable the use of Unbound as your DNS forwarder.</description> <type>checkbox</type> |