22 lines
725 B
Text
22 lines
725 B
Text
|
# Log IP site list
|
||
|
#
|
||
|
# This acts as a list of IP sites which, when found, will have their category
|
||
|
# recorded but no specific filtering action taken. It is only really useful
|
||
|
# in conjunction with log analysers, to perform meaningful categorisation and
|
||
|
# analysis upon non-blocked/exception requests, and so is disabled and empty
|
||
|
# by default.
|
||
|
#
|
||
|
# If you would like to enable this feature, uncomment "logsitelist" in your
|
||
|
# e2guardianf*.conf file(s), and place .Include<> statements here for the
|
||
|
# categories you would like to log. Included list files must contain a
|
||
|
# "#listcategory" directive.
|
||
|
|
||
|
# IP site addresses
|
||
|
#
|
||
|
# Single IPs, ranges and subnets can be used,
|
||
|
# e.g.
|
||
|
# 192.168.0.1
|
||
|
# 10.0.0.1-10.0.0.3
|
||
|
# 10.0.0.0/24
|
||
|
#
|