Fichier du DNS1

This commit is contained in:
sio
2025-02-03 10:54:04 +01:00
parent 48ca5c6ee5
commit e98539e722
6 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA dns1-tc.sio-tc.lan. root.dns1-tc.sio-tc.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS dns1-tc.sio-tc.lan.
;@ IN A 127.0.0.1
;@ IN AAAA ::1
162 IN PTR dns2-tc.sio-tc.lan.
161 IN PTR dns1-tc.sio-tc.lan.
160 IN PTR deb-dhcp-tc.sio.lan.
dhcp CNAME deb-dhcp-tc.sio-tc.lan
dns1 CNAME dns1-tc
dns2 CNAME dns2-tc