Non-conntrack udp DNS reply option

This commit is contained in:
bbruns 2010-10-13 20:16:12 +00:00
parent 604df44c2f
commit 26b9d2f22b

@ -156,7 +156,7 @@ if [ "$DNS_REQUESTS_OUT" ]; then
fi fi
done done
else else
{$IPTABLES} -A INPUT -i $i -p udp --sport 53 --destination-port 1024:65535 -j ACCEPT ${IPTABLES} -A INPUT -i $i -p udp --sport 53 --destination-port 1024:65535 -j ACCEPT
fi fi
done done
fi fi