From e536ba2f9bb706855f19e02bc22081d2a008ba78 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 14 Apr 2018 07:43:44 +0200
Subject: [PATCH] docs: dns-forwarder: next_node.name is a single string in
 v2017.1.x

Fixes: d02735041e2d ("gluon-core: remove DNS cache feature")
---
 docs/features/dns-forwarder.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features/dns-forwarder.rst b/docs/features/dns-forwarder.rst
index d74f9618f..e988df31f 100644
--- a/docs/features/dns-forwarder.rst
+++ b/docs/features/dns-forwarder.rst
@@ -2,7 +2,7 @@ DNS forwarder
 =============
 
 A Gluon node can be configured to act as a DNS forwarder. Requests for the
-next-node hostname(s) can be answered locally, without querying the upstream
+next-node hostname can be answered locally, without querying the upstream
 resolver.
 
 **Note:** While this reduces answer time and allows to use the next-node
@@ -20,7 +20,7 @@ addresses are placed in the dnsmasq configuration.
   },
 
   next_node = {
-    name = { 'nextnode.location.community.example.org', 'nextnode', 'nn' },
+    name = 'nextnode',
     ip6 = '2001:db8:8::1',
     ip4 = '198.51.100.1',
   }
-- 
GitLab