diff options
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound_advanced.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/config/unbound/unbound_advanced.xml b/config/unbound/unbound_advanced.xml index 2da5b505..f9914a22 100644 --- a/config/unbound/unbound_advanced.xml +++ b/config/unbound/unbound_advanced.xml @@ -262,16 +262,7 @@ <field> <fielddescr>TTL for Host cache entries</fielddescr> <fieldname>infra_host_ttl</fieldname> - <description>Time to live for entries in the host cache. The host cache contains roundtrip timing and EDNS support information. The default is 900 seconds.</description> - <type>input</type> - <size>5</size> - <default_value>900</default_value> - <advancedfield/> - </field> - <field> - <fielddescr>TTL for lame delegation</fielddescr> - <fieldname>infra_lame_ttl</fieldname> - <description>Time to live for when a delegation is considered to be lame. The default is 900 seconds.</description> + <description>Time to live for entries in the host cache. The host cache contains roundtrip timing, lameness and EDNS support information. The default is 900 seconds.</description> <type>input</type> <size>5</size> <default_value>900</default_value> |