You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
448 B
23 lines
448 B
|
|
options {
|
|
directory "/var/cache/bind";
|
|
listen-on { any; };
|
|
#listen-on-v6 { ::1; };
|
|
allow-recursion {
|
|
none;
|
|
};
|
|
allow-transfer {
|
|
none;
|
|
};
|
|
allow-update {
|
|
none;
|
|
};
|
|
dnssec-validation no;
|
|
recursion no;
|
|
allow-query-cache { none; };
|
|
};
|
|
|
|
zone "lan." {
|
|
type primary;
|
|
file "/etc/bind/lan.zone";
|
|
};
|
|
|