# Destination Site Filter
#
# This file consists of lines in one of the following two formats, blanks lines
# or lines starting with a '#' are ignored.
#
# host <hostname>
#   e.g. host www.site.com
# subnet <network> <netmask>
#   e.g. subnet 10.10.0.0 255.255.0.0
#
# host lines are matched directly against the request hostname, if the request
# matches the request line is ignored.
#
# subnet lines resolve the request hostname to an IP address and then compare
# that IP address to the specified subnet. If the ip address is within the
# specified subnet the request line is ignored.
#
# You are strongly advised against using subnet lines as they cause very very
# slow report generation due to all the extra DNS lookups.
