From fac872b6e26e7c4f3579fbdb2de55813a0c83048 Mon Sep 17 00:00:00 2001 From: Dimitri Herzog Date: Tue, 22 Nov 2022 07:31:00 +0100 Subject: [PATCH] @0xERR0R chore(docs): minor changes Co-authored-by: ThinkChaos --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 0e5c05e84..5e45c80f2 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -469,7 +469,7 @@ If no starategy is selected blocking will be used. | startStrategy | Description | |---------------|-------------------------------------------------------------------------------------------------------| | blocking | all blocking lists will be loaded before DNS resolution starts | -| failOnError | like blocking but blocky will shut down if an download fails | +| failOnError | like blocking but blocky will shut down if any download fails | | fast | DNS resolution starts immediately without blocking which will be enabled after list load is completed | !!! example