diff options
author | 2002-10-11 20:32:10 +0000 | |
---|---|---|
committer | 2002-10-11 20:32:10 +0000 | |
commit | d32775f103d2857d5965e96befd41726318f4e97 (patch) | |
tree | 4d6b7e8fce409690850d15849503b5b4dbc1be60 | |
parent | remove unused/unreferenced code. (diff) | |
download | wireguard-openbsd-d32775f103d2857d5965e96befd41726318f4e97.tar.xz wireguard-openbsd-d32775f103d2857d5965e96befd41726318f4e97.zip |
Add 'proto tcp' to example rdr rule, it's required now.
Found by grange@efnet.
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index 6f0ece66e1a..dfd48c60b30 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.23 2002/10/04 09:37:19 henning Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.24 2002/10/11 20:32:10 dhartmei Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -161,7 +161,7 @@ and requires that FTP connections are redirected to it using a rule. A typical way to do this would be to use a rule such as .Pp -rdr on xl0 from any to any port 21 -> 127.0.0.1 port 8021 +rdr on xl0 proto tcp from any to any port 21 -> 127.0.0.1 port 8021 .Pp in .Xr pf.conf 5 |