diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
commit | 57bd0fc6e89b888516b6a64206715bef500fc2d1 (patch) | |
tree | ab5e026aafe37b18ff362bec5a3c4765fb7813f5 /share/examples/ipfilter/firewall.2 | |
parent | aa4d7a8a4bf3d4bfe0ad9a1af83ac6c4693eee55 (diff) |
english(4) police.
Notes
Notes:
svn path=/head/; revision=108317
Diffstat (limited to 'share/examples/ipfilter/firewall.2')
-rw-r--r-- | share/examples/ipfilter/firewall.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/ipfilter/firewall.2 b/share/examples/ipfilter/firewall.2 index 23d610d6a840..ba00504a37c8 100644 --- a/share/examples/ipfilter/firewall.2 +++ b/share/examples/ipfilter/firewall.2 @@ -23,7 +23,7 @@ block in log quick on ppp0 proto icmp from any to any icmp-type redir block in log quick on ppp0 proto tcp/udp all with short block in log quick on ppp0 from any to any with ipopts # -# Block any IP spoofing atempts. (Packets "from" our network +# Block any IP spoofing attempts. (Packets "from" our network # shouldn't be coming in from outside). # block in log quick on ppp0 from 192.168.4.0/24 to any |