
#-----------------------------------------------------------------------
# Copyright (C) 2000-2001, Jean-Sebastien Morisset <jsmoriss@mvlan.net>
#-----------------------------------------------------------------------
# $Id: 880-ONLINE-GAMES,v 1.4 2001/08/11 17:01:21 jsmoriss Exp $
#-----------------------------------------------------------------------
# README
#-----------------------------------------------------------------------
#
# Most online games have not been designed to run through a firewall.
# Some games may force us to open most/all of our ports, trusting the
# gaming software's source ports. This could create some fairly big gaps
# in our security. For this reason, we implement the rules for online
# games last.
#
#-----------------------------------------------------------------------

for module in \
	`Sed_Dirname ${1}`/../online-games/*
do
	[ -f "$module" ] && . "$module" "$module"
done
unset module

