#!/bin/sh

if [ "$METHOD" = loopback ]; then
        exit 0
fi
/sbin/iptables-restore < /etc/network/iptables.up.rules
