From 2ccd8a1d12b29b9942b8db2e7d528a2dae0e6fc2 Mon Sep 17 00:00:00 2001 Message-Id: <2ccd8a1d12b29b9942b8db2e7d528a2dae0e6fc2.1746834883.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 6 Apr 2006 18:47:43 +0000 Subject: [PATCH] SERVFAIL is definitely not conclusive. Eg, recursive server is supposedly slave for a zone but it has timed out or something - this gives SERVFAIL in BIND8 at least. But another server (eg not with broken config) may be able to answer the question Organization: Straylight/Edgeware From: ian --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index b6ca53b..c0a3f05 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,3 @@ -BUGS: -Arnout Engelen reports servfail is thought conclusive - WISHLIST: * Support for as-yet-unrecognised query types. * Make timeouts configurable. -- [mdw]