dns1
This commit is contained in:
13
sisr1/tp02-dns/dns/named.conf.local
Normal file
13
sisr1/tp02-dns/dns/named.conf.local
Normal file
@@ -0,0 +1,13 @@
|
||||
// zone directe
|
||||
zone "sio-el.lan" {
|
||||
type master;
|
||||
file "/etc/bind/db.sio-el.lan";
|
||||
};
|
||||
|
||||
// zone inverse
|
||||
zone "0.168.192.in-addr.arpa" {
|
||||
type master;
|
||||
notify no;
|
||||
file "/etc/bind/db.sio-el.lan.rev";
|
||||
};
|
||||
|
Reference in New Issue
Block a user