summaryrefslogtreecommitdiff
path: root/share/ipf/example.2
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-07-18 05:57:25 +0000
committerdm <dm@cvs.openbsd.org>1996-07-18 05:57:25 +0000
commit32c1571b6340f34ac25cc12f7bbac65dd8209b45 (patch)
treebf257b3cd4eadd635f5ee6cf370dcbe9e2b2ba20 /share/ipf/example.2
parent855450577164de85ddee7341a7ed13c7073882ca (diff)
added my two firewall examples, plus the stuff from the distribution
Diffstat (limited to 'share/ipf/example.2')
-rw-r--r--share/ipf/example.22
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ipf/example.2 b/share/ipf/example.2
index d3333b37e9f..59d9ec8648b 100644
--- a/share/ipf/example.2
+++ b/share/ipf/example.2
@@ -1,4 +1,4 @@
#
-# block all outgoing TCO packets on le0 from any host to port 23 of host bar.
+# 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