projet-reseau-2/dnsroot/etc/bind/named.conf

25 lines
337 B
Plaintext
Raw Normal View History

2023-01-03 07:30:24 +00:00
options {
query-source address 30.40.50.254;
directory "/var/cache/bind";
};
logging {
category lame-servers { null; };
};
zone "." {
type master;
file "/etc/bind/db.root";
};
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "230.203.192.in-addr.arpa" {
type master;
file "/etc/bind/db.30.40.50";
};