diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-10-11 20:32:11 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-10-11 20:32:11 +0000 |
commit | 01eca739ffb5fcbb7a36bbe968172743532994c8 (patch) | |
tree | a751469e2b69b28fcf86361487aa2193c7fcfb58 /libexec | |
parent | c816df77cc0c7069e075e3cfc9e56b8e45f11eab (diff) |
Add 'proto tcp' to example rdr rule, it's required now.
Found by grange@efnet.
Diffstat (limited to 'libexec')
-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 |