Compare commits

..

No commits in common. "116065a9bd4565e79d6600f07e3538dbba62c747" and "647e9c5555507ece9f04fb83c9dd487019eee31a" have entirely different histories.

4 changed files with 0 additions and 60 deletions

View File

@ -1,20 +0,0 @@
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA dns1-ab.sio-ab.lan. root.dns1-ab.sio-ab.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
NS dns1-ab.sio-ab.lan.
NS dns2-ab.sio-ab.lan.
A 192.168.0.162
dns1-ab.sio-ab.lan. A 192.168.0.161
;
@ IN NS localhost.
@ IN A 127.0.0.1
@ IN A 192.168.0.160
@ IN AAAA ::1
;

View File

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

View File

@ -1,20 +0,0 @@
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
// zone directe
zone "sio-ab.lan" {
type master;
file "/etc/bind/db.sio-ab.lan";
};
// zone inverse
zone "0.168.192.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.sio-ab.lan.rev";
};

View File

@ -1,4 +0,0 @@
domain sio-ab.lan
search sio-ab.lan
nameserver 192.168.0.161
nameserver 10.121.38.7