I’d like to block quic connections coming in rapid succession with rules like the below. Unfortunately, the filters aren’t matching anything. I think the u32 argument may be incorrect.
sudo iptables -A INPUT -p udp --dport 1289 -m u32 --u32 "0x0&0xe0=0xc0" -j DROP