27 lines
634 B
Plaintext
27 lines
634 B
Plaintext
|
|
; This zone file is common for several sub-zones to zone09.xa. Note that
|
||
|
|
;
|
||
|
|
; * $ORIGIN must not be set here,
|
||
|
|
; * All names must be relative
|
||
|
|
|
||
|
|
$TTL 3600
|
||
|
|
|
||
|
|
@ SOA ns1 admin.mail.xa. (
|
||
|
|
2022112300 ; serial
|
||
|
|
6h ; refresh
|
||
|
|
1h ; retry
|
||
|
|
1w ; expire
|
||
|
|
1d ) ; minimum
|
||
|
|
|
||
|
|
NS ns1
|
||
|
|
NS ns2
|
||
|
|
|
||
|
|
ns1 A 127.19.9.31
|
||
|
|
ns1 AAAA fda1:b2:c3::127:19:9:31
|
||
|
|
ns2 A 127.19.9.32
|
||
|
|
ns2 AAAA fda1:b2:c3::127:19:9:32
|
||
|
|
|
||
|
|
mail A 127.3.0.25
|
||
|
|
mail2 A 127.3.0.26
|
||
|
|
|
||
|
|
;EOF
|