From d39e47524b1f64da25cdb2ab2213870b56941385 Mon Sep 17 00:00:00 2001 From: "A.Kasper" Date: Fri, 7 Jul 2017 21:40:02 +0200 Subject: [PATCH] Update dns-cache.rst The next_node name should be a name with a dot in it to avoid (mobile) browsers interpreting "nextnode" as searchphrase. (You need to enter http://manually.. nobody wants this ;) Another suggestion was to change it to gluon.nextnode, but that would be longer, --- docs/features/dns-cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/dns-cache.rst b/docs/features/dns-cache.rst index 92be66f6..307b8c55 100644 --- a/docs/features/dns-cache.rst +++ b/docs/features/dns-cache.rst @@ -31,7 +31,7 @@ of next_node.name may be resolved even without upstream connectivity. }, next_node = { - name = 'nextnode', + name = 'next.node', ip6 = '2001:db8:8::1', ip4 = '198.51.100.1', }