unapproved query

Dave Wreski dave at nic.com
Mon Mar 6 07:56:21 UTC 2000


> It there a way to return 127.0.0.0 to a unapproved query

While I'm not sure it's the most advisable thing to do, you can do it
with bind-8 using:

zone "localhost" {
        type master;
        file "master/localhost";
        check-names fail;
        allow-update { none; };
        allow-transfer { none; };
	allow-query { none; };
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "master/db.127.0.0";
        allow-update { none; };
        allow-transfer { none; };
	allow-query { none; };
};

Regards,
Dave





More information about the bind-users mailing list