Open resolver
From ICO wiki
Teema võetud - Peep Binsol, Rene Vahtel
Sissejuhatus
Lingid
konfinäide: [1]
Bind9 konfigureerimine
name.conf.options näitefail
acl me {192.168.7.0/24;};
options {
directory "/var/cache/bind";
forwarders {
8.8.8.8;
8.8.4.4;
};
allow-recursion { me; };
allow-query { me; };
allow-transfer { me; };
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
acl - access control list, nimekiri võrkudest või ip aadressidest
allow-recursion - kas päringud on lubatud "forwarders" nimeserveritesse
allow-query - kas päringud on lubatud
allow-transafer - kas tsooni transfer on lubatud