Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Nounous
Ansible
Commits
833c8ef9
Commit
833c8ef9
authored
2 years ago
by
ds-ac
Browse files
Options
Downloads
Patches
Plain Diff
[unbound] multi-threading
parent
f76cc022
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/unbound/templates/unbound.conf.j2
+20
-18
20 additions, 18 deletions
roles/unbound/templates/unbound.conf.j2
with
20 additions
and
18 deletions
roles/unbound/templates/unbound.conf.j2
+
20
−
18
View file @
833c8ef9
server:
verbosity: {{ unbound['verbosity'] | default(1) }}
verbosity: {{ unbound['verbosity'] | default(1) }}
{% for adr in unbound['interfaces'] %}
interface: {{ adr }}
...
...
@@ -12,27 +12,29 @@ server:
{% endfor %}
{% endfor %}
# chroot: "/etc/unbound"
# username: "unbound"
# directory: "/etc/unbound"
# chroot: "/etc/unbound"
# username: "unbound"
# directory: "/etc/unbound"
num-threads: 8
# the log file, "" means log to stderr.
# Use of this option sets use-syslog to "no".
# logfile: ""
# the log file, "" means log to stderr.
# Use of this option sets use-syslog to "no".
# logfile: ""
use-syslog: yes
use-syslog: yes
# Log identity to report. if empty, defaults to the name of argv[0]
# (usually "unbound").
# log-identity: ""
# Log identity to report. if empty, defaults to the name of argv[0]
# (usually "unbound").
# log-identity: ""
# print UTC timestamp in ascii to logfile, default is epoch in seconds.
# log-time-ascii: no
# print UTC timestamp in ascii to logfile, default is epoch in seconds.
# log-time-ascii: no
#log-queries: yes
#log-replies: yes
#log-queries: yes
#log-replies: yes
root-hints: "root.hints"
root-hints: "root.hints"
module-config: "validator iterator"
auto-trust-anchor-file: "/etc/unbound/root.key"
...
...
@@ -42,10 +44,10 @@ server:
python:
# ...
# ...
dynlib:
# ...
# ...
# Remote control config section.
remote-control:
...
...
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