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
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
firmware
FFS Gluon
Commits
1222c386
Commit
1222c386
authored
8 years ago
by
Andreas Ziegler
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gluon-dns-config: update documentation (#1013)
parent
f606e0ee
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-cache.rst
+7
-7
7 additions, 7 deletions
docs/features/dns-cache.rst
with
7 additions
and
7 deletions
docs/features/dns-cache.rst
+
7
−
7
View file @
1222c386
DNS-Caching
DNS-Caching
===========
===========
User experience may be greatly improved when dns is accelerated. Also it
User experience may be greatly improved when dns is accelerated. Also
,
it
seems like a good idea to keep the number
i
f packages being exchanged
seems like a good idea to keep the number
o
f packages being exchanged
between node and gateway as small as possible. In order to do this, a
between node and gateway as small as possible. In order to do this, a
dns-cache may be used on a node. The dnsmasq instance listening on port
dns-cache may be used on a node. The dnsmasq instance listening on port
53
i
n the node will be re
-
configured to answer requests, use a list of
53
o
n the node will be reconfigured to answer requests, use a list of
upstream servers and a specific cache size if the
below
options are
upstream servers and a specific cache size if the options
listed below
are
added to site.conf All settings are optional, though if no dns server is
added to site.conf
.
All settings are optional, though if no dns server is
set, the configuration will not be altered by gluon-core.
set, the configuration will not be altered by gluon-core.
Besides caching dns requests from clients, the next_node-addresses are set to
Besides caching dns requests from clients, the next_node-addresses are set to
...
@@ -26,5 +26,5 @@ resolve to a configurable name that may optionally be placed in next_node.name.
...
@@ -26,5 +26,5 @@ resolve to a configurable name that may optionally be placed in next_node.name.
}
}
The cache will be initialized during startup.
Each cache entry will use roughly
The cache will be initialized during startup.
90
B
ytes of
main memory
.
Each cache entry will occupy about
90
b
ytes of
RAM
.
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