~ubuntu-branches/ubuntu/maverick/arno-iptables-firewall/maverick

« back to all changes in this revision

Viewing changes to etc/arno-iptables-firewall/custom-rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2006-10-30 08:18:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030081855-xwbqq0v9ussymjk7
Tags: 1.8.8.c-1
New upstream release (fixed MAC-filter).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Load/insert user plugins
 
2
##########################
 
3
if [ -e /etc/arno-iptables-firewall/plugins/* ]; then
 
4
  echo "Loading (user) plugins"
 
5
  for plugin in /etc/arno-iptables-firewall/plugins/*; do
 
6
    . $plugin
 
7
  done
 
8
fi
 
9
 
 
10
# Put any custom (iptables) rules here down below:
 
11
##################################################