-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|