repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loop init
[ferm.git]
/
test
/
modules
/
limit.ferm
blob
362b7742e1bae4d64a34c41aa44a4b0a3f027313
1
table filter chain INPUT mod limit {
2
limit 5/s ACCEPT;
3
limit 2/s limit-burst 7 ACCEPT;
4
DROP;
5
}