My servers are getting UDP-flooded with spoofed source IP addresses. They flood with real user packets so I cannot rate limit or block these packets.
Is there a way to drop the first packet received from an IP and accept the next ones?
They only send 1 packet per random IP. This may help me to filter this attack.