diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1999-11-08 20:51:23 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1999-11-08 20:51:23 +0000 |
| commit | c9bff7ba93205e0745fa8a309db3789ba1562f24 (patch) | |
| tree | dbbb879c93cb0348e4c4fd6a3ef24f80198ce5a1 /contrib/ipfilter/rules/example.1 | |
| parent | 9b632708fe7d7ae0badd09f08d11857ca24400f7 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/rules/example.1')
| -rw-r--r-- | contrib/ipfilter/rules/example.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ipfilter/rules/example.1 b/contrib/ipfilter/rules/example.1 index 604346e13dba..ff93f492cafe 100644 --- a/contrib/ipfilter/rules/example.1 +++ b/contrib/ipfilter/rules/example.1 @@ -1,4 +1,4 @@ # -# block all incoming TCP packets on le0 from host "foo" to any destination. +# block all incoming TCP packets on le0 from host 10.1.1.1 to any destination. # -block in on le0 proto tcp from foo/32 to any +block in on le0 proto tcp from 10.1.1.1/32 to any |
