Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. -A syn_flood -m limit --limit 3/sec --limit-burst 500 -j RETURN
  2. -A syn_flood -m limit --limit 3/sec --limit-burst 500 -j LOG --log-prefix "syn_flood:"
  3. -A syn_flood -j DROP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement