Skip to content
Snippets Groups Projects
Commit d66ff7b0 authored by Andreas Ziegler's avatar Andreas Ziegler
Browse files

docs: features/dns-cache: multiple names and better example domain

parent 7f812e87
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,12 @@ If these settings do not exist, the cache is not initialized and RAM usage will
not increase.
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 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 does not contain a dot some
browsers would open the searchpage instead.
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 is suggested to use the same name as the DNS server provides:
e.g. nextnode.location.community.example.org (This way the name also works if a
client uses static DNS Servers). Hint: If next_node.name does not contain a dot
some browsers would open the searchpage instead.
::
......@@ -41,7 +42,7 @@ browsers would open the searchpage instead.
},
next_node = {
name = 'nextnode.yourdomain.net',
name = { 'nextnode.location.community.example.org', 'nextnode', 'nn' },
ip6 = '2001:db8:8::1',
ip4 = '198.51.100.1',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment