diff options
Diffstat (limited to 'contrib/ipfilter/rules/example.2')
| -rw-r--r-- | contrib/ipfilter/rules/example.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ipfilter/rules/example.2 b/contrib/ipfilter/rules/example.2 new file mode 100644 index 000000000000..59d9ec8648b4 --- /dev/null +++ b/contrib/ipfilter/rules/example.2 @@ -0,0 +1,4 @@ +# +# block all outgoing TCP packets on le0 from any host to port 23 of host bar. +# +block out on le0 proto tcp from any to bar/32 port != 23 |
