dns1
This commit is contained in:
20
sisr1/tp02-dns/dns/db.sio-el.lan
Normal file
20
sisr1/tp02-dns/dns/db.sio-el.lan
Normal file
@@ -0,0 +1,20 @@
|
||||
;
|
||||
; BIND data file for local loopback interface
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA dns-el.sio-el.lan. root.dns-el.sio-el.lan. (
|
||||
2 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
@ NS dns-el.sio-el.lan.
|
||||
@ NS dns2-el.sio-el.lan
|
||||
dns-el.sio-el.lan. A 192.168.0.141
|
||||
deb-dhcp-el.sio-el.lan. A 192.168.0.140
|
||||
|
||||
;
|
||||
|
||||
@ IN NS localhost.
|
||||
dns2-el A 192.168.0.142
|
||||
|
Reference in New Issue
Block a user