Le 19/01/2005 à 21:06:47+0100, Hexren a écrit
> *gnaahh* I seem to be unable to locate any information about limiting
> nameds service to one interface only. Does anybody know where to do
> this ?
In named.conf something like

options {
 listen-on port 53 { 127.0.0.1 ; your_address ; };
 transfer-source your_address port 53;
 notify-source your_address port 53;

work fine.

Regards.


--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Wed Jan 19 21:13:19 CET 2005
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to