mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-30 01:03:48 -04:00
Q: Why don't my zones reload when I do an "rndc reload" or SIGHUP?
This commit is contained in:
parent
247b6de61b
commit
e3af4e83dd
1 changed files with 9 additions and 0 deletions
9
FAQ
9
FAQ
|
|
@ -199,3 +199,12 @@ Also check whether your zone contains domain names with embedded
|
|||
spaces or other special characters, like "John\032Doe\213s\032Computer",
|
||||
since such names have been known to cause Windows 2000 slaves to
|
||||
incorrectly reject the zone.
|
||||
|
||||
|
||||
Q: Why don't my zones reload when I do an "rndc reload" or SIGHUP?
|
||||
|
||||
A: A zone can be updated either by editing zone files and reloading
|
||||
the server or by dynamic update, but not both. If you have enabled
|
||||
dynamic update for a zone using the "allow-update" option, you are not
|
||||
supposed to edit the zone file by hand, and the server will not
|
||||
attempt to reload it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue