New NTP DDoS target hack

master
bbruns 2014-02-16 20:10:06 +00:00
parent 5389735855
commit 2abb2bfdd3
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@ function iptables_rules_flush {
for i in `cat $TABLE_NAMES`; do
$VER_IPTABLES -F -t $i &>/dev/null
done
$VER_IPTABLES -X
$VER_IPTABLES -t nat -F
$VER_IPTABLES -t nat -X
$VER_IPTABLES -t mangle -F
$VER_IPTABLES -t mangle -X
#if [ $NAT ] && [ $IP_VERSION == "ipv4" ]; then
# $VER_IPTABLES -F -t nat &>/dev/null
#fi