supressing reverse DNS lookups

Mark_Andrews at isc.org Mark_Andrews at isc.org
Mon Feb 24 23:20:51 UTC 2003


> Hi all!
> 
> Is there anyone who knows if there is a way to disable reverse DNS lookups 
> (IP addresses to host names) in BIND. I am running a BIND 9 caching only 
> name server and I want it to try to find the answers for name to IP address 
> lookups, but any reverse lookup attempt should be supressed (e.g. by always 
> returning information to the asking application that the mapping could not 
> be found). Is that possible?

	zone "in-addr.arpa" {
		type master;
		file "empty";
		notify no;
	};

	zone "ip6.arpa" {
		type master;
		file "empty";
		notify no;
	};

	zone "ip6.int" {
		type master;
		file "empty";
		notify no;
	};

empty:
@ 1 SOA <yournameserver> steinart_2.hotmail.com. 1 1200 3600 360000 1
@ 1 NS  <yournameserver>

> 
> BR,
> Steinart
> 
> 
> 
> 
> 
> 
> 
> _________________________________________________________________
> Skaffa fler messengerkontakter - Vinn 10.000 i resecheckar! 
> http://messenger.msn.se/promo
> 
> 
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list