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
602 B
19 lines
602 B
24 years ago
|
;
|
||
|
; db.localhost -- zonefile for the forward mapping of the loopback network
|
||
|
;
|
||
|
|
||
|
$ORIGIN localhost.
|
||
|
$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 @
|
||
|
IN A 127.0.0.1
|
||
|
|