1
1
#
2
2
# Example configuration file.
3
3
#
4
- # See unbound.conf(5) man page, version 1.19.0 .
4
+ # See unbound.conf(5) man page, version 1.19.1 .
5
5
#
6
6
# this is a comment.
7
7
@@ -401,7 +401,7 @@ server:
401
401
# How to do this is specific to your OS.
402
402
#
403
403
# If you give "" no chroot is performed. The path must not end in a /.
404
- # chroot: "/etc /unbound"
404
+ # chroot: "/var /unbound"
405
405
406
406
# if given, user privileges are dropped (after binding port),
407
407
# and the given username is assumed. Default is user "unbound".
@@ -413,7 +413,7 @@ server:
413
413
# is not changed.
414
414
# If you give a server: directory: dir before include: file statements
415
415
# then those includes can be relative to the working directory.
416
- # directory: "/etc /unbound"
416
+ # directory: "/var /unbound"
417
417
418
418
# the log file, "" means log to stderr.
419
419
# Use of this option sets use-syslog to "no".
@@ -449,7 +449,7 @@ server:
449
449
# log-servfail: no
450
450
451
451
# the pid file. Can be an absolute path outside of chroot/work dir.
452
- # pidfile: "/etc /unbound/unbound.pid"
452
+ # pidfile: "/var /unbound/unbound.pid"
453
453
454
454
# file to read root hints from.
455
455
# get one from https://www.internic.net/domain/named.cache
@@ -615,7 +615,7 @@ server:
615
615
# And then enable the auto-trust-anchor-file config item.
616
616
# Please note usage of unbound-anchor root anchor is at your own risk
617
617
# and under the terms of our LICENSE (see that file in the source).
618
- # auto-trust-anchor-file: "/etc /unbound/root.key"
618
+ # auto-trust-anchor-file: "/var /unbound/root.key"
619
619
620
620
# trust anchor signaling sends a RFC8145 key tag query after priming.
621
621
# trust-anchor-signaling: yes
@@ -1056,7 +1056,7 @@ server:
1056
1056
# o and give a python-script to run.
1057
1057
python:
1058
1058
# Script file to load
1059
- # python-script: "/etc /unbound/ubmodule-tst.py"
1059
+ # python-script: "/var /unbound/ubmodule-tst.py"
1060
1060
1061
1061
# Dynamic library config section. To enable:
1062
1062
# o use --with-dynlibmodule to configure before compiling.
@@ -1067,7 +1067,7 @@ python:
1067
1067
# the module-config then you need one dynlib-file per instance.
1068
1068
dynlib:
1069
1069
# Script file to load
1070
- # dynlib-file: "/etc /unbound/dynlib.so"
1070
+ # dynlib-file: "/var /unbound/dynlib.so"
1071
1071
1072
1072
# Remote control config section.
1073
1073
remote-control:
@@ -1090,16 +1090,16 @@ remote-control:
1090
1090
# control-use-cert: "yes"
1091
1091
1092
1092
# Unbound server key file.
1093
- # server-key-file: "/etc /unbound/unbound_server.key"
1093
+ # server-key-file: "/var /unbound/unbound_server.key"
1094
1094
1095
1095
# Unbound server certificate file.
1096
- # server-cert-file: "/etc /unbound/unbound_server.pem"
1096
+ # server-cert-file: "/var /unbound/unbound_server.pem"
1097
1097
1098
1098
# unbound-control key file.
1099
- # control-key-file: "/etc /unbound/unbound_control.key"
1099
+ # control-key-file: "/var /unbound/unbound_control.key"
1100
1100
1101
1101
# unbound-control certificate file.
1102
- # control-cert-file: "/etc /unbound/unbound_control.pem"
1102
+ # control-cert-file: "/var /unbound/unbound_control.pem"
1103
1103
1104
1104
# Stub zones.
1105
1105
# Create entries like below, to make all queries for 'example.com' and
0 commit comments