summaryrefslogtreecommitdiffstats
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2009-10-26 22:06:13 +0000
committersthen <sthen@openbsd.org>2009-10-26 22:06:13 +0000
commitc0e2b491eb7cf0295ac4e9199d32d8ced6b941dc (patch)
treec606a9eb53a338b475936f3b26b37730b017849e /usr.sbin/authpf
parenttabs are better; ok nicm (diff)
downloadwireguard-openbsd-c0e2b491eb7cf0295ac4e9199d32d8ced6b941dc.tar.xz
wireguard-openbsd-c0e2b491eb7cf0295ac4e9199d32d8ced6b941dc.zip
"rdr" -> "match in...rdr-to" in example.
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/authpf.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8
index 2bcc2d2cacd..efba06a17ac 100644
--- a/usr.sbin/authpf/authpf.8
+++ b/usr.sbin/authpf/authpf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: authpf.8,v 1.49 2009/09/08 07:34:48 sthen Exp $
+.\" $OpenBSD: authpf.8,v 1.50 2009/10/26 22:06:13 sthen Exp $
.\"
.\" Copyright (c) 1998-2007 Bob Beck (beck@openbsd.org>. All rights reserved.
.\"
@@ -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: September 8 2009 $
+.Dd $Mdocdate: October 26 2009 $
.Dt AUTHPF 8
.Os
.Sh NAME
@@ -450,8 +450,8 @@ internal_if="fxp1"
ipsec_gw="10.2.3.4"
# rdr ftp for proxying by ftp-proxy(8)
-rdr on $internal_if proto tcp from $user_ip to any port 21 \e
- -> 127.0.0.1 port 8021
+match in on $internal_if proto tcp from $user_ip to any port 21 \e
+ rdr-to 127.0.0.1 port 8021
# allow out ftp, ssh, www and https only, and allow user to negotiate
# ipsec with the ipsec server.