mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
Add a FAQ about TXT records with missing quotes.
This commit is contained in:
parent
72749edfe2
commit
269766af53
1 changed files with 7 additions and 0 deletions
7
FAQ
7
FAQ
|
|
@ -56,3 +56,10 @@ A: On Linux, BIND 9 drops most of its root privileges on startup.
|
|||
This including the privilege to open files owned by other users.
|
||||
Therefore, if the server is running as root, the configuration files
|
||||
should also be owned by root.
|
||||
|
||||
|
||||
Q: Why do I get errors like "dns_zone_load: zone foo/IN: loading master file
|
||||
bar: ran out of space"
|
||||
|
||||
A: This is often caused by TXT records with missing close quotes. Check that
|
||||
all TXT records containing quoted strings have both open and close quotes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue