On 6 Jul 2005, at 15:40, Charlie Brady wrote:
On Tue, 5 Jul 2005, Devin Carraway wrote:
Forkserver can accept a --listen-address switch to listen on a
particular
address/interface instead of 0.0.0.0, but only one. This expands the
handling
of that switch so as to listen on any number of local addresses, using
IO::Select to manage them. The default is a single socket on
0.0.0.0, as
usual.
That's an added complication, and more code - which usually means that
more things can go wrong. In what circumstances would someone want
more than one interface, but not all interfaces?
You want it listening on 127.0.0.1 and 10.x.x.x, but not your public IP.
(yes I know, that's what firewalls are for...)
Matt.