15 lines
445 B
Dns
15 lines
445 B
Dns
|
|
$ORIGIN enough-3.delegation01.xa. ; Must end with "."
|
||
|
|
$TTL 3600
|
||
|
|
|
||
|
|
@ SOA ns1 admin. (
|
||
|
|
2024110106 ; serial
|
||
|
|
6h ; refresh
|
||
|
|
1h ; retry
|
||
|
|
1w ; expire
|
||
|
|
1d ) ; minimum
|
||
|
|
|
||
|
|
@ NS ns1.enough-3.sibling.delegation01.xa.
|
||
|
|
@ NS ns2.enough-3.sibling.delegation01.xa.
|
||
|
|
|
||
|
|
; EOF
|