Non-conntrack udp DNS reply option
parent
604df44c2f
commit
26b9d2f22b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue