Author :
Nick Mathewson
Date :
2010-01-20 12:56:54
Hash :8d4aaf90 Message :Don't use a bind address for nameservers on loopback
If the user sets a bind address to use for nameservers, and a
nameserver happens to be on 127.0.0.1, the nameserver will generally
fail. This patch alters this behavior so that the bind address is
only applied when the nameserver is on a non-loopback address.