summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-09-23 14:36:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-09-23 14:36:47 +0000
commit92e092655529f422d48393154ec2de3dd936b69f (patch)
tree718ab1f0d658ea776eb60aff0912d77fddd62311 /usr.sbin
parent9fc93d7cc37d1bf6cc7aaa03bc79ff4bdcbaff75 (diff)
default port for ftp-proxy is 8021;
from johnb (pr #4520); ok deraadt@ ian@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/authpf/authpf.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8
index 4271eb652d4..2e95e37d980 100644
--- a/usr.sbin/authpf/authpf.8
+++ b/usr.sbin/authpf/authpf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: authpf.8,v 1.39 2005/05/12 08:17:21 jmc Exp $
+.\" $OpenBSD: authpf.8,v 1.40 2005/09/23 14:36:46 jmc Exp $
.\"
.\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved.
.\"
@@ -440,7 +440,7 @@ 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 8081
+ -> 127.0.0.1 port 8021
# allow out ftp, ssh, www and https only, and allow user to negotiate
# ipsec with the ipsec server.