excluded (squidanalyzer-6.5) | : | excluded (squidanalyzer-6.6) | ||
---|---|---|---|---|
#------------------------------------------------------------------------------ | #------------------------------------------------------------------------------ | |||
# File used to defined which client ip address, network with netmask, network | # File used to defined which client ip address, network with netmask, network | |||
# regex address, auth login and URI to exclude from the report. | # regex address, auth login and URI to exclude from the report. | |||
# | # | |||
# You can define one by line exclusion by specifying first the type of the | # You can define one by line exclusion by specifying first the type of the | |||
# exclusion (USER, CLIENT or URI) and a space separated list of valid regex. | # exclusion (USER, CLIENT or URI) and a space separated list of valid regex. | |||
# You can also use the NETWORK type to define network address with netmask | # You can also use the NETWORK type to define network address with netmask | |||
# using the CIDR notation: xxx.xxx.xxx.xxx/n | # using the CIDR notation: xxx.xxx.xxx.xxx/n | |||
# | # | |||
# See example bellow: | # See example below: | |||
#------------------------------------------------------------------------------ | #------------------------------------------------------------------------------ | |||
#NETWORK 192.168.1.0/24 10.10.0.0/16 | #NETWORK 192.168.1.0/24 10.10.0.0/16 | |||
#CLIENT 192\.168\.1\.2 | #CLIENT 192\.168\.1\.2 | |||
#CLIENT 10\.169\.1\.\d+ 192\.168\.10\..* | #CLIENT 10\.169\.1\.\d+ 192\.168\.10\..* | |||
#USER myloginstr | #USER myloginstr | |||
#USER guestlogin\d+ guestdemo | #USER guestlogin\d+ guestdemo | |||
#URI http:\/\/myinternetdomain.dom.* | #URI http:\/\/myinternetdomain.dom.* | |||
#URI .*\.webmail\.com\/.*\/login\.php.* | #URI .*\.webmail\.com\/.*\/login\.php.* | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |