On en remet quelques unes quand mme.
darcs-hash:20050524214216-41617-2178a062ccdb4b22a692b9026766ca3f4f769b4e.gz
This commit is contained in:
parent
7accb63c9d
commit
5118be2c14
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ class firewall_crans :
|
|||
log_template = '-m limit --limit 1/s --limit-burst 1 -j LOG --log-level notice --log-prefix '
|
||||
filtre_flood = '-m hashlimit --hashlimit 20 --hashlimit-mode srcip,dstip --hashlimit-name flood'
|
||||
|
||||
liste_reseaux_non_routables = [ ]
|
||||
liste_reseaux_non_routables = [ '10.0.0.0/8', '172.16.0.0/12',
|
||||
'169.254.0.0/16', '192.168.0.0/16' , '224.0.0.0/4' ]
|
||||
|
||||
machines = []
|
||||
debug = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue