diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-04 18:03:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-04 18:03:10 +0000 |
commit | cf861464d1ce0ca708a67f0f5298c5dc4ec4cc56 (patch) | |
tree | 6a22d34247182f7dad9a52e16461ac67265522df /usr.sbin/ftp-proxy | |
parent | 96c0ba3936c91323465ddc1086d94655a49726b0 (diff) |
no need for af on divert-to rule; from/ok mikeb
Diffstat (limited to 'usr.sbin/ftp-proxy')
-rw-r--r-- | usr.sbin/ftp-proxy/ftp-proxy.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ftp-proxy/ftp-proxy.8 b/usr.sbin/ftp-proxy/ftp-proxy.8 index 7c5ae916d2d..b611efafad9 100644 --- a/usr.sbin/ftp-proxy/ftp-proxy.8 +++ b/usr.sbin/ftp-proxy/ftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp-proxy.8,v 1.21 2015/12/01 07:32:37 deraadt Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.22 2016/01/04 18:03:09 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 1 2015 $ +.Dd $Mdocdate: January 4 2016 $ .Dt FTP-PROXY 8 .Os .Sh NAME @@ -174,7 +174,7 @@ last rule explicitly allowing FTP sessions from the proxy may not be necessary. .Bd -literal -offset 2n anchor "ftp-proxy/*" -pass in quick inet proto tcp to port ftp divert-to 127.0.0.1 port 8021 +pass in quick proto tcp to port ftp divert-to 127.0.0.1 port 8021 pass out inet proto tcp from (self) to any port ftp .Ed .Sh SEE ALSO |