/bin/false

: 19.06.2004 : 133
|
| : 07.01.2005, 15:07 : Re: AWstats IP-Filter |
|
|
| mario hat Folgendes geschrieben: |
| In der Config habe ich kein Feld gefunden, wo man das definieren könnte. |
Na, sind wir ein bißchen blind?
| Code: |
# Do not include access from clients that match following criteria.
# If your log file contains IP adresses in host field, you must enter here
# matching IP adresses criteria.
# If DNS lookup is already done in your log file, you must enter here hostname
# criteria, else enter ip address criteria.
# The opposite parameter of "SkipHosts" is "OnlyHosts".
# Note: Use space between each value. This parameter is not case sensitive.
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
# Example: "127.0.0.1 REGEX[^192\.168\.] REGEX[^10\.0\.0\.]"
# Example: "localhost REGEX[^.*\.localdomain$]"
# Default: ""
SkipHosts=""
|
|
|