]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
AWStats can use a DNS cache file
authoreldy <>
Sat, 27 Jul 2002 12:02:46 +0000 (12:02 +0000)
committereldy <>
Sat, 27 Jul 2002 12:02:46 +0000 (12:02 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 10da44f4fd198afc3ab44b56ccd45c13680c7df7..16061919046b227bb68129a0a0f9bc52135a8c0e 100644 (file)
@@ -198,18 +198,25 @@ AllowToUpdateStatsFromBrowser=0
 # OPTIONAL SETUP SECTION (Not required but increase AWStats features)
 #-----------------------------------------------------------------------------
 
-# AWStats can do reverse DNS lookups through a DNS cache file that is either
-# created/updated at run-time, or has been previously created, either by a
-# previous run of AWStats, or other tools using same format of DNS cache file.
-# If no path is gave in DNS cache file name, AWStats will search DirData
-# directory.
+# AWStats can do reverse DNS lookups through a static DNS cache file that was
+# previously created manually. If no path is gave in static DNS cache file
+# name, AWStats will search DirData directory. This file is never changed.
 # This option is not used if DNSLookup=0.
 # Note: DNS cache file must have format: no ipaddress resolved_hostname
 # Example: "/mydnscachedir/dnscache"
-# Default: "dnscachefile.txt"
+# Default: "dnscache.txt"
 #
-DNSCacheFile="dnscachefile.txt"
+DNSStaticCacheFile="dnscache.txt"
 
+# AWStats can do reverse DNS lookups through a DNS cache file that was created
+# by a previous run of AWStats. This file is erased and recreated after each
+# statistics update process. You don't need to create edit and/or edit it.
+# AWStats will read and save this file in DirData directory.
+# This option is not used if DNSLookup=0.
+# Example: "/mydnscachedir/dnscachelastupdate"
+# Default: "dnscachelastupdate.txt"
+#
+DNSLastUpdateCacheFile="dnscachelastupdate.txt"
 
 # You can specify specific IP addresses that should NOT be looked up in
 #  the DNS. You may specify partial addresses (ie 163.85. for everything