mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
document misconfiguration.
git-svn-id: file:///svn/unbound/trunk@824 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e7cb0f27cc
commit
2ba3ff9f7d
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
4 January 2008: Wouter
|
||||||
|
- document misconfiguration in private network.
|
||||||
|
|
||||||
2 January 2008: Wouter
|
2 January 2008: Wouter
|
||||||
- fixup typo in requirements.
|
- fixup typo in requirements.
|
||||||
- document that 'refused' is a better choice than 'drop' for
|
- document that 'refused' is a better choice than 'drop' for
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,12 @@ o If libevent is older (before 1.3c), unbound will exit instead of reload
|
||||||
on sighup. On a restart 'did not exit gracefully last time' warning is
|
on sighup. On a restart 'did not exit gracefully last time' warning is
|
||||||
printed. Perform ./configure --with-libevent=no or update libevent, rerun
|
printed. Perform ./configure --with-libevent=no or update libevent, rerun
|
||||||
configure and recompile unbound to make sighup work correctly.
|
configure and recompile unbound to make sighup work correctly.
|
||||||
|
o If you receive no answers deploying unbound on a private network.
|
||||||
|
Check that the zone you configure as a stub zone is correct, listing working
|
||||||
|
ip-addresses. Check that the NS data in the zone, those hostnames, are
|
||||||
|
in fact those same, working, ip-addresses. Unbound will fetch the NS data
|
||||||
|
from the zone and use that information in preference to the config
|
||||||
|
information.
|
||||||
|
|
||||||
Acknowledgements
|
Acknowledgements
|
||||||
----------------
|
----------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue