mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
stubby: update to version 0.2.4
This upstream release adds support for trust_anchors_backoff_time
configuration parameter. UCI support has been added for this.
This commit also includes a number of clean-ups:
o change START=50 to START=30 in init file
Starting earlier in the boot means less chance of missing interface
trigger events. See: https://github.com/openwrt/packages/pull/4675
o remove unused variables from init file
o separate local declarations and assignments in init file
o add defensive quoting in init file
o use default values for procd respawn in init file
o make use of {} in variables consistent in init file
o remove unused variable from init file
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
This commit is contained in:
@@ -307,6 +307,13 @@ This option specifies the location for storing stubby runtime data. In
|
||||
particular, if DNSSEC is turned on, stubby will store its automatically
|
||||
retrieved trust anchor data here. The default value is `'/var/lib/stubby'`.
|
||||
|
||||
#### `option trust_anchors_backoff_time`
|
||||
|
||||
When Zero configuration DNSSEC failed, because of network unavailability or
|
||||
failure to write to the appdata directory, stubby will backoff trying to refetch
|
||||
the DNSSEC trust-anchor for a specified amount of time expressed in milliseconds
|
||||
(which defaults to two and a half seconds).
|
||||
|
||||
#### `option dnssec_trust_anchors`
|
||||
|
||||
This option sets the location of the file containing the trust anchor data used
|
||||
|
||||
Reference in New Issue
Block a user