From cf861464d1ce0ca708a67f0f5298c5dc4ec4cc56 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 4 Jan 2016 18:03:10 +0000 Subject: no need for af on divert-to rule; from/ok mikeb --- usr.sbin/ftp-proxy/ftp-proxy.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ftp-proxy') 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, .\" @@ -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 -- cgit v1.2.3