diff options
author | cracauer <cracauer@FreeBSD.org> | 1998-04-08 12:00:48 +0000 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1998-04-08 12:00:48 +0000 |
commit | 00093086698541b358b8c8ee4fec8d538357e56f (patch) | |
tree | d672d9b2de06e27020168ffa3f2426a19339acd0 /sbin/ipfw | |
parent | c641c2b9ee04fdd1ef8bd2bef473c319d0f83401 (diff) | |
download | FreeBSD-src-00093086698541b358b8c8ee4fec8d538357e56f.zip FreeBSD-src-00093086698541b358b8c8ee4fec8d538357e56f.tar.gz |
(evil) hackers -> crackers
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 029daf6..13faaaa 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -463,14 +463,14 @@ If no socket is bound to the destination port, or if the kernel wasn't compiled with divert socket support, diverted packets are dropped. .Sh EXAMPLES This command adds an entry which denies all tcp packets from -.Em hacker.evil.org +.Em cracker.evil.org to the telnet port of .Em wolf.tambov.su from being forwarded by the host: .Pp -.Dl ipfw add deny tcp from hacker.evil.org to wolf.tambov.su 23 +.Dl ipfw add deny tcp from cracker.evil.org to wolf.tambov.su 23 .Pp -This one disallows any connection from the entire hackers network to +This one disallows any connection from the entire crackers network to my host: .Pp .Dl ipfw addf deny all from 123.45.67.0/24 to my.host.org |