# This is a sample connection filter file.  It is not intended for
# real use.

# The following two rules deny access to non-http services to all
# addresses in the 192.168 block, except for addresses in the
# 192.168.29 block, which can access any service.

192.168.29.0/24		allow
192.168.0.0/16		deny		t3 t3s giop

# Block access to all connections from the cyberpromo.com domain.
# This requires a DNS lookup to be performed for each incoming
# connection, which is slow and can be spoofed.  In other words, we
# don't generally recommend writing rules like this.

*.cyberpromo.com	deny
