je suis con

This commit is contained in:
johan largy
2022-03-03 11:43:40 +01:00
parent 7948cf6fd6
commit 56dbac9601
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
;
; BIND data file for local loopback interface
;
$TTL 604800
domaine.lan. IN SOA srv1.domaine.lan. root.srv1.domaine.lan. (
2022020100 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS srv1.domaine.lan.
@ IN NS srv2.domaine.lan.
srv1 IN A 192.168.0.121
srv2 IN A 192.168.0.124
;@ IN AAAA ::1
poste1 IN A 192.168.0.122
poste2 IN A 192.168.0.123