rangement
This commit is contained in:
22
sisr1/tp03-reseaux-prive/srv-service/db.monlabo.lan
Normal file
22
sisr1/tp03-reseaux-prive/srv-service/db.monlabo.lan
Normal file
@@ -0,0 +1,22 @@
|
||||
;
|
||||
; BIND data file for local loopback interface
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA srv-service.monlabo.lan. root.srv-service.monlabo.lan. (
|
||||
2 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL;
|
||||
NS srv-service.monlabo.lan.
|
||||
srv-service IN A 172.16.0.1
|
||||
|
||||
srvdns CNAME srv-service.monlabo.lan.
|
||||
srvdns1 CNAME srv-service.monlabo.lan.
|
||||
dns CNAME srv-service.monlabo.lan.
|
||||
dns1 CNAME srv-service.monlabo.lan.
|
||||
srvdhcp CNAME srv-service.monlabo.lan.
|
||||
dhcp CNAME srv-service.monlabo.lan.
|
||||
srvadmin CNAME srv-service.monlabo.lan.
|
||||
router CNAME srv-service.monlabo.lan.
|
||||
gateway CNAME srv-service.monlabo.lan.
|
Reference in New Issue
Block a user