diff options
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> |