[firewall_new] On augmente la limite de détection de flood
Ignore-this: 1a82498a6f8b4fbff10924d3686364d darcs-hash:20121213222258-3a55a-eeaa7fe93a3161544b09a40020b7a77e588ee0ea.gz
This commit is contained in:
parent
f2ebf9145b
commit
4ca0088778
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class firewall_crans :
|
|||
|
||||
limit = " -m limit --limit 10/s --limit-burst 10 "
|
||||
log_template = '-m limit --limit 1/s --limit-burst 1 -j LOG --log-level notice --log-prefix '
|
||||
filtre_flood = '-m hashlimit --hashlimit 100/second --hashlimit-mode srcip,dstip,dstport --hashlimit-name flood'
|
||||
filtre_flood = '-m hashlimit --hashlimit 200/second --hashlimit-mode srcip,dstip,dstport --hashlimit-name flood'
|
||||
|
||||
machines = []
|
||||
debug = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue