Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
0x4A6F
FFS Gluon
Commits
e536ba2f
Unverified
Commit
e536ba2f
authored
7 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
docs: dns-forwarder: next_node.name is a single string in v2017.1.x
Fixes:
d0273504
("gluon-core: remove DNS cache feature")
parent
00df8b76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/features/dns-forwarder.rst
+2
-2
2 additions, 2 deletions
docs/features/dns-forwarder.rst
with
2 additions
and
2 deletions
docs/features/dns-forwarder.rst
+
2
−
2
View file @
e536ba2f
...
@@ -2,7 +2,7 @@ DNS forwarder
...
@@ -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.
...
@@ -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',
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment