24 lines
883 B
Plaintext
24 lines
883 B
Plaintext
;
|
|
; BIND data file for local loopback interface
|
|
;
|
|
$TTL 604800
|
|
@ IN SOA ns1.home.lab.local. admin.home.lab.local. (
|
|
2024051501 ; Serial
|
|
3600 ; Refresh
|
|
3600 ; Retry
|
|
2419200 ; Expire
|
|
3600 ) ; Negative Cache TTL
|
|
;
|
|
|
|
; name servers - NS records
|
|
IN NS ns1.home.lab.local.
|
|
|
|
; name servers - A records
|
|
ns1.home.lab.local. IN A 192.168.0.114
|
|
|
|
; 10.128.0.0/16 - A records
|
|
pve.home.lab.local. IN A 192.168.0.117
|
|
pve2.home.lab.local. IN A 192.168.0.120
|
|
torrent.home.lab.local. IN A 192.168.0.118
|
|
dlna.home.lab.local. IN A 192.168.0.118
|
|
microbin.home.lab.local. IN A 192.168.0.118 |