12 lines
227 B
Dns
12 lines
227 B
Dns
|
$ORIGIN 127.in-addr.arpa.
|
||
|
$TTL 1W
|
||
|
@ 1D IN SOA localhost. root.localhost. (
|
||
|
2002081601 ; serial
|
||
|
3H ; refresh
|
||
|
15M ; retry
|
||
|
1W ; expiry
|
||
|
1D ) ; minimum
|
||
|
|
||
|
1D IN NS localhost.
|
||
|
1 1D IN PTR localhost.
|