From 6d2330eaf0834dd2fca51f815f5b7d87450bc40c Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Tue, 10 Apr 2018 15:06:19 +0800 Subject: [PATCH] Minor typo fixes in config files (#338) --- dnscrypt-proxy/example-cloaking-rules.txt | 2 +- dnscrypt-proxy/example-dnscrypt-proxy.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dnscrypt-proxy/example-cloaking-rules.txt b/dnscrypt-proxy/example-cloaking-rules.txt index ca51944c..888cff0b 100644 --- a/dnscrypt-proxy/example-cloaking-rules.txt +++ b/dnscrypt-proxy/example-cloaking-rules.txt @@ -3,7 +3,7 @@ ################################ # The following example rules force "safe" (without adult content) search -# results from Google, Bing and Youtube. +# results from Google, Bing and YouTube. # # This has to be enabled with the `cloaking_rules` parameter in the main # configuration file diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 2341242d..bb43b30f 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -389,7 +389,7 @@ cache_neg_ttl = 60 ## ## For example, the following rule in a blacklist file: ## *.youtube.* @time-to-sleep -## would block access to Youtube only during the days, and period of the days +## would block access to YouTube only during the days, and period of the days ## define by the 'time-to-sleep' schedule. ## ## {after='21:00', before= '7:00'} matches 0:00-7:00 and 21:00-0:00