From 87764d71bd10aa5f35c54c7cdc2fa048255cfa3f Mon Sep 17 00:00:00 2001 Message-Id: <87764d71bd10aa5f35c54c7cdc2fa048255cfa3f.1717839059.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 17 Sep 2000 02:05:34 +0000 Subject: [PATCH] Clarify wording re full-service. Organization: Straylight/Edgeware From: ian --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index a569ae3..e556a4b 100644 --- a/INSTALL +++ b/INSTALL @@ -74,7 +74,7 @@ Please do not report this as a bug; install GNU Make instead. SECURITY AND PERFORMANCE - AN IMPORTANT NOTE -adns is not a full-service resolver. It does no caching of responses +adns is not a `full-service resolver': it does no caching of responses at all, and has no defence against bad nameservers or fake packets which appear to come from your real nameservers. It relies on the full-service resolvers listed in resolv.conf to handle these tasks. -- [mdw]