From: eldy <> Date: Sat, 27 Jul 2002 12:02:46 +0000 (+0000) Subject: AWStats can use a DNS cache file X-Git-Tag: AWSTATS_5_0_BETA~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1380414901b0ffe560f5d287f3c182aad968ef44;p=thirdparty%2FAWStats.git AWStats can use a DNS cache file --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 10da44f4..16061919 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -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