repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
blacklist
/
etc
/
npf.conf
blob
42d56044ad6e56c2f38bfd3034f6f7d3e976d190
1
# Transparent firewall example for blacklistd
2
3
$ext_if = "bnx0"
4
5
set bpf.jit on;
6
alg "icmp"
7
8
group "external" on $ext_if {
9
ruleset "blacklistd"
10
pass final all
11
}
12
13
group default {
14
pass final all
15
}