mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
example.conf fixup after Kai Storbeck's suggestion.
git-svn-id: file:///svn/unbound/trunk@1049 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d44b91ec12
commit
5abd6c8da1
3 changed files with 5 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
- fixup checkconf chroot tests a bit more, chdir must be inside
|
- fixup checkconf chroot tests a bit more, chdir must be inside
|
||||||
chroot dir.
|
chroot dir.
|
||||||
- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
|
- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
|
||||||
|
- example.conf values changed to /usr/local/etc/unbound
|
||||||
|
|
||||||
14 April 2008: Wouter
|
14 April 2008: Wouter
|
||||||
- got update for parseunbound.pl statistics script from Kai Storbeck.
|
- got update for parseunbound.pl statistics script from Kai Storbeck.
|
||||||
|
|
|
||||||
1
doc/TODO
1
doc/TODO
|
|
@ -47,3 +47,4 @@ o (option) for extended statistics. If enabled (not by default) collect print
|
||||||
o overhaul outside-network servicedquery to merge with udpwait and tcpwait,
|
o overhaul outside-network servicedquery to merge with udpwait and tcpwait,
|
||||||
to make timers in servicedquery independent of udpwait queues.
|
to make timers in servicedquery independent of udpwait queues.
|
||||||
o 0x20 fallback so it can be enabled without trouble.
|
o 0x20 fallback so it can be enabled without trouble.
|
||||||
|
o check into rebinding ports for efficiency, configure time test.
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ server:
|
||||||
# i.e. you can chroot to the working directory, for example,
|
# i.e. you can chroot to the working directory, for example,
|
||||||
# for extra security, but make sure all files are in that directory.
|
# for extra security, but make sure all files are in that directory.
|
||||||
# If you give "" no chroot is performed.
|
# If you give "" no chroot is performed.
|
||||||
# chroot: "/etc/unbound"
|
# chroot: "/usr/local/etc/unbound"
|
||||||
|
|
||||||
# if given, user privileges are dropped (after binding port),
|
# if given, user privileges are dropped (after binding port),
|
||||||
# and the given username is assumed. Default is user "unbound".
|
# and the given username is assumed. Default is user "unbound".
|
||||||
|
|
@ -153,7 +153,7 @@ server:
|
||||||
# username: "unbound"
|
# username: "unbound"
|
||||||
|
|
||||||
# the working directory.
|
# the working directory.
|
||||||
# directory: "/etc/unbound"
|
# directory: "/usr/local/etc/unbound"
|
||||||
|
|
||||||
# the log file, "" means log to stderr.
|
# the log file, "" means log to stderr.
|
||||||
# Use of this option sets use-syslog to "no".
|
# Use of this option sets use-syslog to "no".
|
||||||
|
|
@ -164,7 +164,7 @@ server:
|
||||||
# use-syslog: yes
|
# use-syslog: yes
|
||||||
|
|
||||||
# the pid file.
|
# the pid file.
|
||||||
# pidfile: "/etc/unbound/unbound.pid"
|
# pidfile: "/usr/local/etc/unbound/unbound.pid"
|
||||||
|
|
||||||
# file to read root hints from.
|
# file to read root hints from.
|
||||||
# get one from ftp://FTP.INTERNIC.NET/domain/named.cache
|
# get one from ftp://FTP.INTERNIC.NET/domain/named.cache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue