On Thu, Oct 25, 2007 at 06:31:07PM +1000, Alex Samad wrote: > Package: apt-cacher > Version: 1.5.5 > Severity: wishlist > > When you configure it to listen to any address it only listens on ipv6 > address 0.0.0.0: is it possible to get it to listen on any address > including ipv6 ?
I am not an expert on ipv6, but isn't 0.0.0.0 an ipv4 address? You can limit the daemon to a single IP address using the daemon_addr configuration option. This is IPv4 only due to the limitations of IO::Socket::INET For anything more complicated you can use a combination of allowed_hosts and denied_hosts or allowed_hosts_6 denied_hosts_6 for ipv6. Does that achieve what you want? Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

