Telling bind to listen on 127.0.0.1 only

Walter Schiessberg w.nospam.usenet at arcor.de
Sun Jul 25 23:48:58 UTC 2004


Al Sparks wrote on 26.07.2004 01:17:

> I've got a cache DNS BIND server that I only want to listen locally
> on 127.0.0.1.
> 
> How do I do it?
>   === Al

In named.conf:
options {
	[...]
	listen on {
		127.0.0.1;
	};
};

-- 
Walter


More information about the bind-users mailing list