Не работает match-clients в логах пишет:
/etc/bind/named.conf.local:40: unknown option 'match-clients'
вот он named.conf.local в чес я не прав?

acl ethernet { 192.168.0.0/25; localhost; };
acl internet { any; };
view "ethernet" {
match-clients { ethernet; };
recursion yes;
notify no;
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 "local.lan" {
type master;
file "/etc/bind/db.local.lan";
};
zone "0.168.192.in-addr.arpa" in {
type master;
file "/etc/bind/0.168.192.in-addr.arpa";
};
};
view "internet" {
match-cleints { internet; };
recursion no;
zone "domen1.ru" {
type master;
file "/etc/bind/db.domen1.ru";
};
zone "domen2.ru" {
type master;
file "/etc/bind/db.domen2.ru";
};
zone "0.0.0.in-addr.arpa" in {
type master;
file "/etc/bind/0.0.0.in-addr.arpa";
};
};