Skip to content

Commit

Permalink
add SYN/ICMP flood limits
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jun 19, 2021
1 parent 1cb354d commit 5a34db7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/deployments/fastnetmon.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ set main email_notifications_recipients [email protected]

set hostgroup global threshold_mbps 900
set hostgroup global ban_for_bandwidth enable
set hostgroup global threshold_tcp_syn_mbps 10
set hostgroup global ban_for_tcp_syn_bandwidth enable
set hostgroup global threshold_icmp_mbps 10
set hostgroup global ban_for_icmp_bandwidth enable

set hostgroup global enable_ban enable
set main enable_ban_ipv6 enable
set main enable_ban enable
Expand Down

0 comments on commit 5a34db7

Please sign in to comment.