Hi,

Ezequiel O. Block wrote:

The allow-recursion option would limit queries only to your lan. like this

options {

allow-recursion { 192.168.1.0/24; 127.0.0.1; };

    };


You can also say:

options {
   ...
   listen-on { 192.168.0.1; 127.0.0.1; };
};              ^^^^^^^^^^^
        (Or whatever your server's local IP is)

This way it will only listen on those interfaces.
Also, there's allow-query and blackhole... _Plus_ you can just use a packet filter
to protect your DNS-server from the internet. Possibilities are endless... =)


Kind regards,
Benjamin
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to