From 197cf1662e1f953df3a5eb7d7bb6f5ffa0958d71 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 22 Sep 2019 02:03:54 +0200 Subject: [PATCH] up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3906c7f..90af7b5 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Done. Your server is now running the new proxy. The proxy includes a key cache, as well as a DNS cache to significantly reduce the load on upstream servers. -In addition, if a server is slow or unresponsive, expired cached queries will be returned, improving reliabilitty of popular domain names. +In addition, if a server is slow or unresponsive, expired cached queries will be returned, ensuring that popular domain names always keep being served. ## State file @@ -84,4 +84,4 @@ The proxy creates and updates a file named `encrypted-dns.state` by default. Tha Do not delete the file, unless you want to change parameters (such as the provider name), and keep it secret, or the keys will be lost. -Putting it in a directory that is only readable by the super-user is not a bad idea. \ No newline at end of file +Putting it in a directory that is only readable by the super-user is not a bad idea.