[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:
Valentin Samir 2012-12-13 23:22:58 +01:00
parent f2ebf9145b
commit 4ca0088778

View file

@ -136,7 +136,7 @@ class firewall_crans :
limit = " -m limit --limit 10/s --limit-burst 10 " 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 ' 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 = [] machines = []
debug = 1 debug = 1