summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2002-06-17 00:21:28 +0000
committerpvalchev <pvalchev@openbsd.org>2002-06-17 00:21:28 +0000
commitfb543b928e66c70e0865e8e0a8b82af9fa033402 (patch)
tree60ed7a03cd7b07586250d06daf746d570b431cf1 /libexec/ftp-proxy
parentno nat.conf(5) softlink (diff)
downloadwireguard-openbsd-fb543b928e66c70e0865e8e0a8b82af9fa033402.tar.xz
wireguard-openbsd-fb543b928e66c70e0865e8e0a8b82af9fa033402.zip
nat.conf(5) no longer exist, reference to pf.conf(5) instead
Diffstat (limited to 'libexec/ftp-proxy')
-rw-r--r--libexec/ftp-proxy/ftp-proxy.86
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8
index 6464c94380f..e42ae074b23 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.19 2002/06/16 19:34:42 miod Exp $
+.\" $OpenBSD: ftp-proxy.8,v 1.20 2002/06/17 00:21:28 pvalchev Exp $
.\"
.\" Copyright (c) 1996-2001
.\" Obtuse Systems Corporation, All rights reserved.
@@ -157,7 +157,7 @@ A typical way to do this would be to use a rule such as
rdr on xl0 from any to any port 21 -> 127.0.0.1 port 8081
.Pp
in
-.Xr nat.conf 5
+.Xr pf.conf 5
(this example assumes xl0 is the interface facing an internal network).
.Xr inetd 8
must then be configured to run
@@ -209,7 +209,7 @@ When not in network address translation mode, the proxy returns an error
to the client, hopefully forcing the client to revert to Passive mode (PASV)
which is supported.
EPSV will work in network address translation mode, assuming a
-.Xr nat.conf 5
+.Xr pf.conf 5
setup which allows the EPSV connections through to their destinations.
.Pp
IPv6 is not yet supported.