11 lines
190 B
Dns
11 lines
190 B
Dns
|
$ORIGIN localhost.
|
||
|
@ 1D IN SOA @ root (
|
||
|
42 ; serial (yyyymmdd##)
|
||
|
3H ; refresh
|
||
|
15M ; retry
|
||
|
1W ; expiry
|
||
|
1D ) ; minimum ttl
|
||
|
|
||
|
1D IN NS @
|
||
|
1D IN A 127.0.0.1
|