#!/bin/sh

if [ -f /etc/iptables.cfg ]; then
	rm /etc/iptables.cfg
fi
	
iptables-save > /etc/iptables.cfg

