b9daf172a0
GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
block in from !1.1.1.1 to any
|
|
pass in from 1.1.1.1 to !any
|
|
block in from 1.1.1.0/24 to !any
|
|
pass in from !1.1.1.0/24 to any
|
|
block in from !1.1.0.0/16 to any
|
|
pass in from 1.1.0.0/16 to !1.2.0.0/16
|
|
block in from any to !127.0.0.0/8
|
|
pass in from !any to any
|