diff options
author | Ermal Luçi <eri@pfsense.org> | 2013-11-06 10:04:03 -0800 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2013-11-06 10:04:03 -0800 |
commit | 91d10b2fb88cb8df249a6add6b08bdb4a5f7acf2 (patch) | |
tree | d20068c59226eff1a4739729c2775db8eaf15bd4 /config/unbound/unbound.xml | |
parent | d8e659b5118ef15dda8eed0f3edcc8a47b12e215 (diff) | |
parent | 37b6af24f8df111e9e19ded1d3329e5a35613622 (diff) | |
download | pfsense-packages-91d10b2fb88cb8df249a6add6b08bdb4a5f7acf2.tar.gz pfsense-packages-91d10b2fb88cb8df249a6add6b08bdb4a5f7acf2.tar.bz2 pfsense-packages-91d10b2fb88cb8df249a6add6b08bdb4a5f7acf2.zip |
Merge pull request #467 from plinss/master
Integrating with pfsense changes in pull request 679
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> |