Hello,
Recently i had “DNS Amplification Attack” on my public dns , i used fail2ban to defend this attack .. it is good but i want stop traffic from firewall, how can i do ?
create a layer 7 filter that contains your site name (for instance example.com)
add a filter rule to block incoming udp packets to port 53 and which do not contain the layer 7 rule created before.
you could also do that for tcp packets