Is there a way to specify that memcached should listen to specified multiple interfaces only? I have a server with connections to two local area networks and to the outside Internet and want to listen on the two LAN cards only, ie:
memcached -l 192.168.0.1,192.168.1.1 without leaving memcached exposed to the outside Internet. All of the documentation lists -l with only one interface specified - is it possible to list two?
