11 lines
198 B
Dns
11 lines
198 B
Dns
|
$TTL 86400
|
||
|
@ IN SOA localhost root (
|
||
|
42 ; serial (d. adams)
|
||
|
3H ; refresh
|
||
|
15M ; retry
|
||
|
1W ; expiry
|
||
|
1D ) ; minimum
|
||
|
IN NS localhost
|
||
|
localhost IN A 127.0.0.1
|
||
|
|