Preventing a specific DNS lookup

Cricket Liu cricket at VeriSign.com
Wed May 9 15:48:06 UTC 2001


> I'm trying to find a way to prevent DNS lookups to 
> login.oscar.aol.com without blocking out the rest of 
> AOL.COM.  Is there an easy way to config BIND to do
> this?

You could use:

zone "login.oscar.aol.com" {
    type master;
    file "db.login.oscar.aol.com";
    allow-query { none; };
};

and create a minimal zone data file for 
login.oscar.aol.com.

cricket



More information about the bind-users mailing list