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

46 lines
631 B
Plaintext
Executable File

options {
query-source address 192.168.173.3;
directory "/var/cache/bind";
min-roots 1;
};
logging {
category lame-servers { null; };
};
zone "." {
type hint;
file "/etc/bind/db.root";
};
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
zone "notascam.com" {
type master;
file "/etc/bind/db.com.notascam";
};
zone "83.82.81.in-addr.arpa" {
type master;
file "/etc/bind/db.81.82.83";
};