Configuration of bind 8.x to stop outside world using your nameserver looks like this (only relevant part shown):
options { allow-query { localnets; localhost; internal_net;}; allow-transfer { localnets; localhost; internal_net;}; allow-recursion { localhost; localnets; internal_net;}; }; zone "." { type hint; file "named.root"; }; zone "example.com" { type master; file "example.com"; allow-transfer { important_servers; localhost; }; allow-query { any; }; }; -- Michal Mertl [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message