15 lines
599 B
Plaintext
15 lines
599 B
Plaintext
|
$TTL 604800
|
||
|
@ IN SOA test.lan. root.test.lan. (
|
||
|
2022070101 ; Serial
|
||
|
604800 ; Refresh
|
||
|
86400 ; Retry
|
||
|
2419200 ; Expire
|
||
|
604800 ) ; Negative Cache TTL
|
||
|
|
||
|
@ IN NS ns
|
||
|
@ IN AAAA ::1
|
||
|
ns IN A 192.168.13.2
|
||
|
|
||
|
test1 IN A 192.168.10.5
|
||
|
test2 IN A 192.168.10.6
|