diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-12-05 23:47:13 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-12-05 23:47:13 +0000 |
commit | 03573bfb57ddd4be432cfa80b3e1fa1405abcc13 (patch) | |
tree | 55d898000c278c4699a7f5a8c749ee4838771971 | |
parent | 6bbf5910e9f02a799eab0ad980a2c08fe57f7bcf (diff) |
typo
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index f1e989d55fa..5d2515fa5ce 100644 --- a/libexec/ftp-proxy/ftp-proxy.8 +++ b/libexec/ftp-proxy/ftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp-proxy.8,v 1.9 2001/12/05 23:37:39 dhartmei Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.10 2001/12/05 23:47:12 dhartmei Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -178,11 +178,11 @@ The .Xr pf.conf 5 rules need to let pass connections to these proxy ports (see options -u, -m and -M above) in on the external interface. -The following example allows only port 49152 to 65535 to pass in +The following example allows only ports 49152 to 65535 to pass in statefully (assuming xl1 is the external interface): .Bd -literal block in on xl1 proto tcp all -pass in on xl1 proto tcp from any to xl0 port > 49151 keep state +pass in on xl1 proto tcp from any to xl1 port > 49151 keep state .Ed .Sh SEE ALSO .Xr ftp 1 , |