no forwarders

Joseph S D Yao jsdy at cospo.osis.gov
Thu Jul 8 21:15:44 UTC 1999


> I would like to forward for some addresses, but not forward for others.

Several ways to do this.  Primarily:

	options {
		...
		forwarders { IP.ad.dr.ess; ... };
		// optionally: forward only;
		...
	};

	zone "non.forward.ing"	IN {
		type forward;
		forwarders {};
	};

	zone "local.non.forwarding"	IN {
		type master;
		file "local.non.forwarding";
		forwarders {};
	};

et al.

--
Joe Yao				jsdy at cospo.osis.gov - Joseph S. D. Yao
COSPO/OSIS Computer Support					EMT-B
-----------------------------------------------------------------------
This message is not an official statement of COSPO policies.


More information about the bind-users mailing list