27 lines
624 B
Dns
27 lines
624 B
Dns
|
|
; $ORIGIN not set.
|
||
|
|
; This zone file is used by several zones, delegated or undelegated, where
|
||
|
|
; ns1 and ns2 in-bailiwick name servers are used with default IP addresses.
|
||
|
|
|
||
|
|
$TTL 3600
|
||
|
|
|
||
|
|
; All names must be relative
|
||
|
|
|
||
|
|
@ SOA ns1 admin. (
|
||
|
|
2025040700 ; serial
|
||
|
|
6h ; refresh
|
||
|
|
1h ; retry
|
||
|
|
1w ; expire
|
||
|
|
1d ) ; minimum
|
||
|
|
|
||
|
|
@ NS ns1
|
||
|
|
@ NS ns2
|
||
|
|
|
||
|
|
ns1 A 127.12.2.31
|
||
|
|
ns1 AAAA fda1:b2:c3:0:127:12:2:31
|
||
|
|
ns2 A 127.12.2.32
|
||
|
|
ns2 AAAA fda1:b2:c3:0:127:12:2:32
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
; EOF
|