"Fossies" - the Fresh Open Source Software Archive 
Member "squidanalyzer-6.6/etc/included" (7 May 2017, 826 Bytes) of package /linux/privat/squidanalyzer-6.6.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "included":
6.5_vs_6.6.
1 #------------------------------------------------------------------------------
2 # File used to defined which client ip address, network with netmask, network
3 # regex address, auth login and URI to include in the report. All other entries
4 # will be exclude, this is the opposite of the excluded file.
5 #
6 # You can define one by line inclusion by specifying first the type of the
7 # inclusion (USER or CLIENT) and a space separated list of valid regex.
8 # You can also use the NETWORK type to define network address with netmask
9 # using the CIDR notation: xxx.xxx.xxx.xxx/n
10 #
11 # See example below:
12 #------------------------------------------------------------------------------
13 #NETWORK 192.168.1.0/24 10.10.0.0/16
14 #CLIENT 192\.168\.1\.2
15 #CLIENT 10\.169\.1\.\d+ 192\.168\.10\..*
16 #USER myloginstr
17 #USER guestlogin\d+ guestdemo
18