#! /bin/sh

if [ -x /bin/iptables ]; then
    # init iptables rules 
    /sbin/p2p_firewall.sh init
fi
