]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Explanation from Guido on how Windows platforms find their DNS server
authorhno <>
Thu, 27 Jun 2002 03:11:39 +0000 (03:11 +0000)
committerhno <>
Thu, 27 Jun 2002 03:11:39 +0000 (03:11 +0000)
settings.

src/cf.data.pre

index 954fdf032f1f758abffe7318ae944f57507ba62d..50316825b0b1598f3548e1c4eea9db65b8b8ab8f 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.267 2002/06/25 21:16:47 hno Exp $
+# $Id: cf.data.pre,v 1.268 2002/06/26 21:11:39 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -1160,6 +1160,10 @@ DOC_START
        Use this if you want to specify a list of DNS name servers
        (IP addresses) to use instead of those given in your
        /etc/resolv.conf file.
+       On Windows platforms, if no value is specified here or in
+       the /etc/resolv.conf file, the list of DNS name servers are
+       taken from the Windows registry, both static and dynamic DHCP
+       configurations are supported.
 
        Example: dns_nameservers 10.0.0.1 192.172.0.4
 DOC_END