docs: dns-forwarder: next_node.name is a single string in v2017.1.x

Fixes: d02735041e ("gluon-core: remove DNS cache feature")
This commit is contained in:
Matthias Schiffer 2018-04-14 07:43:44 +02:00
parent 00df8b76e5
commit e536ba2f9b
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -2,7 +2,7 @@ DNS forwarder
============= =============
A Gluon node can be configured to act as a DNS forwarder. Requests for the 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. resolver.
**Note:** While this reduces answer time and allows to use the next-node **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 = { next_node = {
name = { 'nextnode.location.community.example.org', 'nextnode', 'nn' }, name = 'nextnode',
ip6 = '2001:db8:8::1', ip6 = '2001:db8:8::1',
ip4 = '198.51.100.1', ip4 = '198.51.100.1',
} }