diff options
author | Warren Baker <warren@decoy.co.za> | 2011-01-31 18:40:03 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-01-31 18:43:23 +0200 |
commit | c6563f0523bdd24a88bb4766509494c23d43e38f (patch) | |
tree | 98965bcea06e3832c87ea310b1e3028fd165b56b /config/unbound/unbound.xml | |
parent | 0c13d82ce630cc9b5480971b935353f3277cf65a (diff) | |
download | pfsense-packages-c6563f0523bdd24a88bb4766509494c23d43e38f.tar.gz pfsense-packages-c6563f0523bdd24a88bb4766509494c23d43e38f.tar.bz2 pfsense-packages-c6563f0523bdd24a88bb4766509494c23d43e38f.zip |
Remove manual user deletion (its handled by the pkg removal process). Also added Cache Restoration support, so the existing cache is dumped to disk and restored in case of a service restart, reboot or shutdown of the server.
Diffstat (limited to 'config/unbound/unbound.xml')
-rw-r--r-- | config/unbound/unbound.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index 85ab6173..f7bcbf2b 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -171,6 +171,12 @@ <default_value>on</default_value> </field> <field> + <fieldname>dumpcache</fieldname> + <fielddescr>Cache Restoration Support</fielddescr> + <description>This option allows the restoration of the current Unbound cache, so that in the event of a reboot or shutdown the cache is restored instantly. This helps speed up DNS resolving.</description> + <type>checkbox</type> + </field> + <field> <name>Unbound Statistics</name> <type>listtopic</type> </field> |