projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c145ce1
)
snapshot_web dynamic rules
author
Peter Palfrader
<peter@palfrader.org>
Fri, 1 Jun 2018 16:38:35 +0000
(18:38 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 1 Jun 2018 16:38:35 +0000
(18:38 +0200)
modules/apache2/manifests/dynamic.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/dynamic.pp
b/modules/apache2/manifests/dynamic.pp
index
75b3fb9
..
5df01a1
100644
(file)
--- a/
modules/apache2/manifests/dynamic.pp
+++ b/
modules/apache2/manifests/dynamic.pp
@@
-60,8
+60,8
@@
class apache2::dynamic {
description => 'http subchain',
chain => 'http',
rule => '
- mod recent name HTTPDOS update seconds
18
00 jump log_or_drop;
- mod hashlimit hashlimit-name HTTPDOS hashlimit-mode srcip hashlimit-burst
30 hashlimit 2
0/minute jump ACCEPT;
+ mod recent name HTTPDOS update seconds
9
00 jump log_or_drop;
+ mod hashlimit hashlimit-name HTTPDOS hashlimit-mode srcip hashlimit-burst
200 hashlimit 3
0/minute jump ACCEPT;
mod recent name HTTPDOS set jump log_or_drop'
}
} else {