You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
592 B
19 lines
592 B
24 years ago
|
;
|
||
|
; db.127.0.0 -- zonefile for the reverse mapping of the loopback network
|
||
|
;
|
||
|
|
||
|
$ORIGIN 0.0.127.in-addr.arpa.
|
||
|
$TTL 86400 ; = 1D
|
||
|
|
||
|
@ IN SOA localhost. root.localhost. (
|
||
|
2001010101 ; SERIAL
|
||
|
6H ; REFRESH: Secondaries refresh
|
||
|
60M ; RETRY: Secondaries retry
|
||
|
1W ; EXPIRE: Maximum TTL of data (expiry)
|
||
|
1D ; MINTTL: Minimum TTL of data (expiry)
|
||
|
)
|
||
|
|
||
|
IN NS @
|
||
|
1 IN PTR localhost.
|
||
|
|