]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added a warning about append_domain blocking access to top-domain sites
authorhno <>
Thu, 4 Oct 2001 05:11:05 +0000 (05:11 +0000)
committerhno <>
Thu, 4 Oct 2001 05:11:05 +0000 (05:11 +0000)
such as http://dk/, http://cc/ or http://tv/

src/cf.data.pre

index e8e9e1cb93597b88cf008033cdf2a831c3a21f19..57f93934db896f6a3a511fd46baaa0d71a8e0cd7 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.229 2001/10/03 23:00:07 hno Exp $
+# $Id: cf.data.pre,v 1.230 2001/10/03 23:11:05 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -2403,6 +2403,10 @@ DOC_START
        Appends local domain name to hostnames without any dots in
        them.  append_domain must begin with a period.
 
+       Be warned that there today is Internet names with no dots in
+       them using only top-domain names, so setting this may
+       cause some Internet sites to become unavailable.
+
 Example:
  append_domain .yourdomain.com
 DOC_END