2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

added another FAQ

This commit is contained in:
Andreas Gustafsson
2000-11-08 17:12:10 +00:00
parent 17442ccc2b
commit 83081c08ef

15
FAQ
View File

@@ -16,3 +16,18 @@ hack.
of a security risk than a root process that has not dropped privileges.
If Linux threads ever work correctly, this restriction will go away.
Q: Why does named log the error message "no TTL specified" and refuse
to load my zone file?
A: Your zone file must either have a line like
$TTL 86400
at the beginning, or the first record in it must have a TTL field,
like the "84600" in this example:
example.com. 86400 IN SOA ns hostmaster ( 1 3600 1800 1814400 3600 )
BIND 8 incorrectly accepted files that had neither.