squidanalyzer/etc/url-aliases
Gilles Darold 46e74146ae Add UrlAlias configuration directive (default: /etc/squidanalyzer/url-aliases)
used to set path to the file containing url alias name. You may want to group
URL under a single alias to agregate statistics, in this case create a file
with this format :

	URL_ALIAS     URL_REGEXP1,URL_REGEXP2,...

For example:

	VIDEO           .*\.googlevideo\.com.*,.*\.youtube\.com.*,.*\.viadeo.com.*
	FACEBOOK        .*\.fbcdn\.net.*,.*\.facebook\.com.*
	GOOGLE          .*\.google[\-\.].*

Regexp must use the Perl regular expression. Thanks to Gergely Szasz for
the feature request.
2019-01-01 21:35:07 +01:00

10 lines
463 B
Plaintext

#-------------------------------------------------------------------------------
# Squid Analyzer Url Alias configuration file
# FORMAT : URL_ALIAS URL_REGEXP1,URL_REGEXP2,...
# Field separator must be one or more tabulation.
# See example below
#-------------------------------------------------------------------------------
#VIDEO .*\.googlevideo\.com.*,.*\.youtube\.com.*,.*\.viadeo.com.*
#FACEBOOK .*\.fbcdn\.net.*,.*\.facebook\.com.*
#GOOGLE .*\.google.*