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.
18 lines
561 B
18 lines
561 B
24 years ago
|
;
|
||
23 years ago
|
; db.localhost.ipv6 -- zonefile for the IPv6 reverse mapping of the loopback network
|
||
24 years ago
|
;
|
||
|
|
||
23 years ago
|
$TTL 86400
|
||
24 years ago
|
|
||
|
@ 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 @
|
||
23 years ago
|
IN PTR localhost.
|
||
24 years ago
|
|