d62b57c22f
of the SOA 'minimum' field. Now it's necessary to define $TTL seperately to shut it up. Bind does reasonable things by default but it's annoying still. PR: 15834 Submitted by: Daniel Lewart <d-lewart@uiuc.edu>
18 lines
350 B
Plaintext
18 lines
350 B
Plaintext
; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90
|
|
; $FreeBSD$
|
|
;
|
|
; This file is automatically edited by the `make-localhost' script in
|
|
; the /etc/namedb directory.
|
|
;
|
|
|
|
$TTL 3600
|
|
|
|
@ IN SOA @host@. root.@host@. (
|
|
@date@ ; Serial
|
|
3600 ; Refresh
|
|
900 ; Retry
|
|
3600000 ; Expire
|
|
3600 ) ; Minimum
|
|
IN NS @host@.
|
|
1 IN PTR localhost.@domain@.
|