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
/
recent.ferm
blob
793ecb6ea2d858fe0ecd795c5ce93ca9f97b451f
1
table filter chain INPUT mod recent {
2
rcheck seconds 60 DROP;
3
interface eth0 daddr 127.0.0.0/8 set DROP;
4
rsource rdest ACCEPT;
5
}