From 999a16847f7e253a5dd7277be3bcdb08be7abb7b Mon Sep 17 00:00:00 2001 From: DerRockWolf <50499906+DerRockWolf@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:06:33 +0100 Subject: [PATCH] Fix docs: upstream spelling (#1333) * Fix docs upstream spelling * Update configuration.md --- docs/configuration.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 09eeadbee..5f24b924d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -81,11 +81,11 @@ This applies to all of them. The default strategy is blocking. | Parameter | Type | Mandatory | Default value | Description | | ----------------------- | ------------------------------------ | --------- | ------------- | ---------------------------------------------- | -| usptreams.groups | map of name to upstream | yes | | Upstream DNS servers to use, in groups. | -| usptreams.init.strategy | enum (blocking, failOnError, fast) | no | blocking | See [Init Strategy](#init-strategy) and below. | -| usptreams.strategy | enum (parallel_best, random, strict) | no | parallel_best | Upstream server usage strategy. | -| usptreams.timeout | duration | no | 2s | Upstream connection timeout. | -| usptreams.userAgent | string | no | | HTTP User Agent when connecting to upstreams. | +| upstreams.groups | map of name to upstream | yes | | Upstream DNS servers to use, in groups. | +| upstreams.init.strategy | enum (blocking, failOnError, fast) | no | blocking | See [Init Strategy](#init-strategy) and below. | +| upstreams.strategy | enum (parallel_best, random, strict) | no | parallel_best | Upstream server usage strategy. | +| upstreams.timeout | duration | no | 2s | Upstream connection timeout. | +| upstreams.userAgent | string | no | | HTTP User Agent when connecting to upstreams. | For `init.strategy`, the "init" is testing the given resolvers for each group. The potentially fatal error, depending on the strategy, is if a group has no functional resolvers. @@ -829,8 +829,8 @@ These settings apply only to the resolver under which they are nested. #### Refresh / Reload -To keep source contents up-to-date, blocky can periodically refresh and reparse them. Default period is ** -4 hours**. You can configure this by setting the `refreshPeriod` parameter to a value in **duration format**. +To keep source contents up-to-date, blocky can periodically refresh and reparse them. Default period is +**4 hours**. You can configure this by setting the `refreshPeriod` parameter to a value in **duration format**. A value of zero or less will disable this feature. !!! example