mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
#198 fix.
git-svn-id: file:///svn/unbound/trunk@1161 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
afe9b3e83c
commit
072142cfa2
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
19 July 2008: Wouter
|
||||||
|
- #198: fixup man page to suggest chroot entropy fix.
|
||||||
|
|
||||||
18 July 2008: Wouter
|
18 July 2008: Wouter
|
||||||
- branch for 1.0 support.
|
- branch for 1.0 support.
|
||||||
- trunk work on tube.c.
|
- trunk work on tube.c.
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,9 @@ example.conf file with all the options.
|
||||||
server:
|
server:
|
||||||
directory: "/etc/unbound"
|
directory: "/etc/unbound"
|
||||||
username: unbound # make sure it can write to pidfile.
|
username: unbound # make sure it can write to pidfile.
|
||||||
|
# make sure unbound can access entropy from inside the chroot.
|
||||||
|
# i.e. mount --bind -n /dev/random /etc/unbound/dev/random
|
||||||
|
# and mount --bind -n /dev/log /etc/unbound/dev/log
|
||||||
chroot: "/etc/unbound"
|
chroot: "/etc/unbound"
|
||||||
# logfile: "/etc/unbound/unbound.log" #uncomment to use logfile.
|
# logfile: "/etc/unbound/unbound.log" #uncomment to use logfile.
|
||||||
pidfile: "/etc/unbound/unbound.pid"
|
pidfile: "/etc/unbound/unbound.pid"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue