From cd98395a7add7ee3c93fbb4f722b5a36cf8ba700 Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 4 Oct 2001 05:11:05 +0000 Subject: [PATCH] Added a warning about append_domain blocking access to top-domain sites such as http://dk/, http://cc/ or http://tv/ --- src/cf.data.pre | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index e8e9e1cb93..57f93934db 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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 -- 2.47.2