]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/ipfilter/rules/example.2
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / ipfilter / rules / example.2
1 #
2 # block all outgoing TCP packets on le0 from any host to port 23 of
3 # host 10.1.1.2
4 #
5 block out on le0 proto tcp from any to 10.1.1.3/32 port = 23