From baadf35c639022d81ae906e4c9b14f6c4583ae40 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 19 Dec 2006 19:49:03 +0000 Subject: r11646@Kushana: nickm | 2006-12-19 14:40:38 -0500 Resolve bug 363: do not fall back to 127.0.0.1 when no nameservers are configured. Instead, have the admin fix resolv.conf or configure a nameserver. svn:r9157 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9217f7aa4a..81f7b910bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,6 +67,10 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? - Remove an artificial (but quite high) restriction on expected bandwidth, so that accounting won't break once we all have gigabit connections to our homes. + - When running as a server, don't fall back to 127.0.0.1 when + no nameservers are configured in /etc/resolv.conf; instead, make + the user fix resolv.conf or specify nameservers explicitly. (Resolves + Bug 363.) o Controller features: - Have GETINFO dir/status/* work on hosts with DirPort disabled. -- cgit v1.2.3-54-g00ecf