#!/bin/bash -e
if [[ "$2" = "-S" ]]; then
    echo -e "-N IPTBLOCKER-IN\n-N IPTBLOCKER-OUT\n"
fi
exit 0
