#!/bin/sh
# this is a sample reset script for guardian. 
action=$1 # which can be: start stop restart

chain=EXTBLOCK

# assume the chain already exist and configured in your iptables. For example,
# all the traffic passes thorugh it first before other actions.

#/sbin/iptables -t filter -F $chain >/dev/null 2>&1

# clear out the blocked list on the firewall
#rm -f /tmp/guardian.out && echo OK > /tmp/guardian.out

