From e0cc1885c7e3fcbf82cb45398a50c8577d93072c Mon Sep 17 00:00:00 2001 From: "A.Kasper" Date: Tue, 15 Aug 2017 15:46:19 +0200 Subject: [PATCH] Update dns-cache.rst text style: replaced doesn't and It's as requested. --- docs/features/dns-cache.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/dns-cache.rst b/docs/features/dns-cache.rst index 967ffde0..cb23b268 100644 --- a/docs/features/dns-cache.rst +++ b/docs/features/dns-cache.rst @@ -21,9 +21,9 @@ If these settings do not exist, the cache is not intialized and RAM usage will n When next_node.name is set, an A record and an AAAA record for the next-node IP address are placed in the dnsmasq configuration. This means that the content -of next_node.name may be resolved even without upstream connectivity. It's suggested to use +of next_node.name may be resolved even without upstream connectivity. It is suggested to use the same name as the DNS server provides: e.g nextnode.yourdomain.net (This way the name also -works if client uses static DNS Servers). Hint: If next_node.name doesn't contain a dot some +works if client uses static DNS Servers). Hint: If next_node.name does not contain a dot some browsers would open the searchpage instead. ::