86712fc834
Few configuration and zone files were moved into tarball by commit
55b04de09a
. It makes tracking of changes difficult, hardens rebases,
makes difficult building without proper lookaside cache. Those files are
tiny, no need to hold them inside compressed binary archive. Move them
out.
Replaces also few places with proper directory macros.
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
$TTL 1D
|
|
@ IN SOA @ rname.invalid. (
|
|
0 ; serial
|
|
1D ; refresh
|
|
1H ; retry
|
|
1W ; expire
|
|
3H ) ; minimum
|
|
NS @
|
|
A 127.0.0.1
|
|
AAAA ::1
|
|
PTR localhost.
|