On Wed, Jun 09, 2010 at 02:00:34PM -0700, Mathieu Oudart wrote: > That's totally understandable of course, but maybe this could be enabled via > an option ? > > It's just a suggestion. After all, if I want no DNS lookup I'd rather put > only IPs on my "server" line.
no in fact it could not even be enabled because when you run it inside a chroot, it does not have access to /etc/resolv.conf anymore, which the libc uses. Also, you have no control over what type of caching might be done inside the libc itself. Some products such a squid bring their own resolver for this specific purpose. Well, you might chain a squid after haproxy if you need, but quite frankly, running a server on a dynDNS address is very close to actively be looking for trouble :-) Regards, Willy

