mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
6 lines
199 B
Groff
6 lines
199 B
Groff
# $NetBSD: example.1,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $
|
|
#
|
|
# block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
|
|
#
|
|
block in on le0 proto tcp from 10.1.1.1/32 to any
|