#!/bin/sh

/usr/sbin/iptables -t nat -D PREROUTING -s 147.228.0.0/16 -i eth0 -p tcp --dport $1 -j DNAT --to-destination $2
