NetBSD/usr.sbin/ipf/rules/example.2

5 lines
139 B
Groff
Raw Normal View History

1997-09-21 20:47:50 +04:00
#
# 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