diff options
author | 2016-01-04 18:03:09 +0000 | |
---|---|---|
committer | 2016-01-04 18:03:09 +0000 | |
commit | 4c34d3926b21a83ae56fb16f039a009a8d642383 (patch) | |
tree | e4da21e114977c87b8e75ee9b39a5158820da716 /usr.sbin/ftp-proxy | |
parent | More cleanup and sorting on header section (diff) | |
download | wireguard-openbsd-4c34d3926b21a83ae56fb16f039a009a8d642383.tar.xz wireguard-openbsd-4c34d3926b21a83ae56fb16f039a009a8d642383.zip |
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 |