21 lines
446 B
Plaintext
21 lines
446 B
Plaintext
;
|
|
; BIND data file for local loopback interface
|
|
;
|
|
$TTL 604800
|
|
@ IN SOA dns1-yl.sio-yl.lan. root.dns1.sio-yl.lan. (
|
|
2 ; Serial
|
|
604800 ; Refresh
|
|
86400 ; Retry
|
|
2419200 ; Expire
|
|
604800 ) ; Negative Cache TTL
|
|
NS dns1-yl.sio-yl.lan.
|
|
dns1-yl.sio-yl.lan. A 192.168.0.121
|
|
|
|
|
|
@ IN NS localhost.
|
|
;@ IN A 127.0.0.1
|
|
deb-dhcp-yl IN A 192.168.0.120
|
|
dhcp CNAME deb-dhcp.sio-yl.lan.
|
|
dns CNAME dns1-yl.sio-yl.lan.
|
|
;@ IN AAAA ::1
|