Commit 8d4aaf9086b721c0379891ca4a1fea8736f19d8f

Nick Mathewson 2010-01-20T12:56:54

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.