diff options
author | 2001-12-05 23:47:12 +0000 | |
---|---|---|
committer | 2001-12-05 23:47:12 +0000 | |
commit | 547743bfa449e93f4af6f68f10740c8e005f35cd (patch) | |
tree | 01d1c8eaa4f6f4e9e9a47dc2898fe032e8786668 /libexec/ftp-proxy | |
parent | remove some ancient crud from the "modern machine" floppy (diff) | |
download | wireguard-openbsd-547743bfa449e93f4af6f68f10740c8e005f35cd.tar.xz wireguard-openbsd-547743bfa449e93f4af6f68f10740c8e005f35cd.zip |
typo
Diffstat (limited to 'libexec/ftp-proxy')
-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 , |