diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-10-26 22:06:14 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-10-26 22:06:14 +0000 |
commit | a5e2ca2be1e2a0471b4ec50fe029c65dba338e0c (patch) | |
tree | 46515d3e9c2059f802ab788f7a801d36aa2ec254 /usr.sbin/authpf/authpf.8 | |
parent | ce014818238adfbfbf495cb5c3c555c0cff39cea (diff) |
"rdr" -> "match in...rdr-to" in example.
Diffstat (limited to 'usr.sbin/authpf/authpf.8')
-rw-r--r-- | usr.sbin/authpf/authpf.8 | 8 |
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. |