[unbound] multi-threading
parent
f76cc022ce
commit
833c8ef905
|
@ -1,5 +1,5 @@
|
|||
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"
|
||||
|
||||
# the log file, "" means log to stderr.
|
||||
# Use of this option sets use-syslog to "no".
|
||||
# logfile: ""
|
||||
num-threads: 8
|
||||
|
||||
use-syslog: yes
|
||||
# the log file, "" means log to stderr.
|
||||
# Use of this option sets use-syslog to "no".
|
||||
# logfile: ""
|
||||
|
||||
# Log identity to report. if empty, defaults to the name of argv[0]
|
||||
# (usually "unbound").
|
||||
# log-identity: ""
|
||||
use-syslog: yes
|
||||
|
||||
# print UTC timestamp in ascii to logfile, default is epoch in seconds.
|
||||
# log-time-ascii: no
|
||||
# Log identity to report. if empty, defaults to the name of argv[0]
|
||||
# (usually "unbound").
|
||||
# log-identity: ""
|
||||
|
||||
#log-queries: yes
|
||||
#log-replies: yes
|
||||
# print UTC timestamp in ascii to logfile, default is epoch in seconds.
|
||||
# log-time-ascii: no
|
||||
|
||||
root-hints: "root.hints"
|
||||
#log-queries: yes
|
||||
#log-replies: yes
|
||||
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue