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
fix previous NEWS commit, oops
[ferm.git]
/
test
/
misc
/
policy.ferm
blob
b81aeab09f2616de1b21eca903aff11c5e8726ff
1
chain INPUT policy DROP;
2
chain OUTPUT policy ACCEPT;
3
chain FORWARD policy DROP;
4
table nat chain FORWARD {
5
policy DROP;
6
ACCEPT;
7
}