Non-conntrack udp DNS reply option

master
bbruns 2010-10-13 20:16:12 +00:00
parent 604df44c2f
commit 26b9d2f22b
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ if [ "$DNS_REQUESTS_OUT" ]; then
fi
done
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
done
fi