This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / configuration / ipfw.rules
1 # This is a simple configuration file
2 # add dummynet pipes and a firewall section
3
4 # flush all rules ...
5 # flush
6
7 # dummynet configuration
8
9 # firewall configuration
10 add 1 allow all from any to any
11 # ...
12 add 65000 deny all from any to any