dns
This commit is contained in:
20
sisr1/tp03-reseau-prive/srv-service/dns/db.monlabo.lan.rev
Normal file
20
sisr1/tp03-reseau-prive/srv-service/dns/db.monlabo.lan.rev
Normal file
@@ -0,0 +1,20 @@
|
||||
;
|
||||
; 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
|
||||
;
|
||||
@ IN NS srv-service.monlabo.lan.
|
||||
NS srv-dns2.monlabo.lan.
|
||||
@ IN A 127.0.0.1
|
||||
|
||||
;
|
||||
1 IN PTR srv-service.monlabo.lan.
|
||||
2 IN PTR srv-dns2.monlabo.lan.
|
||||
254 IN PTR srv-admin-ra.monlabo.lan.
|
||||
;
|
Reference in New Issue
Block a user