24 April 2008: Wouter
- chroot checks improved. working directory relative to chroot.
checks if config file path is inside chroot. Documentation on it.
+ - nicer example.conf text.
23 April 2008: Wouter
- parseunbound.pl contrib update from Kai Storbeck for threads.
#
# Additionally, unbound may need to access /dev/random (for entropy)
# and to /dev/log (if you use syslog) from inside the chroot.
+ # How to do this is specific to your OS.
#
# If you give "" no chroot is performed. The path must not end in a /.
# chroot: "/usr/local/etc/unbound"
# If you give "" no privileges are dropped.
# username: "unbound"
- # the working directory. "" disables.
+ # the working directory. The relative files in this config are
+ # relative to this directory. If you give "" the working directory
+ # is not changed.
# directory: "/usr/local/etc/unbound"
# the log file, "" means log to stderr.