2009/10/17 Mark Johnson <
johnsonm@...>:
> I've received a couple requests to add support for dnscache listening
> on multiple IP addresses to zinq-djbdns. I see this patch available:
>
>
http://danp.net/djbdns/dnscache-1.05-multiple-ip.patch>
> Thoughts? Anybody know of any other patches to do this? I'm not
> trying to start another debate over whether you should run multiple
> instances of dnscache or run one instance listening on multiple
> addresses. The case can be made both ways. I've decided I'd like to
> add functionality for the latter scenario and let the user decide for
> themselves what is best for their particular situation.
I remember there were two patches - one for dnscache and the other for
tinydns. The latter was important also. The problem was there were two
different authors, and each of them picked their own delimiter, so
dnscache used 1.2.3.4,5.6.7.8 format and tinydns used for the same
thing 1.2.3.4/5.6.7.8 (or opposite). You could unify this if you'll be
incorporating tinydns patch also.
Thanks.