Files

26 lines
610 B
Dns
Raw Permalink Normal View History

; This zone file is common for several sub-zones to consistency05.xa. Note that
;
; * $ORIGIN must not be set here,
; * All names must be relative
$TTL 3600
@ SOA ns1 admin.mail.xa. (
2024051700 ; serial
6h ; refresh
1h ; retry
1w ; expire
1d ) ; minimum
@ NS ns1
@ NS ns2
@ TXT "Text"
ns1 A 127.14.5.31
ns1 AAAA fda1:b2:c3::127:14:5:31
ns2 A 127.14.5.32
ns2 AAAA fda1:b2:c3::127:14:5:32
;EOF