20 lines
408 B
Dns
20 lines
408 B
Dns
|
|
$ORIGIN shared-ip-1.dnssec05.xa.
|
||
|
|
|
||
|
|
$TTL 3600
|
||
|
|
|
||
|
|
@ SOA ns1a admin. (
|
||
|
|
2025071801 ; serial
|
||
|
|
6h ; refresh
|
||
|
|
1h ; retry
|
||
|
|
1w ; expire
|
||
|
|
1d ) ; minimum
|
||
|
|
|
||
|
|
@ NS ns1a
|
||
|
|
@ NS ns1b
|
||
|
|
@ TXT "Placeholder"
|
||
|
|
|
||
|
|
ns1a A 127.15.5.31
|
||
|
|
ns1b A 127.15.5.31
|
||
|
|
|
||
|
|
; EOF
|