diff options
author | 2004-02-24 20:39:30 +0000 | |
---|---|---|
committer | 2004-02-24 20:39:30 +0000 | |
commit | 69cef1ca5f7157e919697206bccc818c7b652502 (patch) | |
tree | 3399c6ffd8c87b6e4e145689193e5025d5414fd0 | |
parent | 'max-src-nodes' requires 'source-track rule'. Set that automatically, (diff) | |
download | wireguard-openbsd-69cef1ca5f7157e919697206bccc818c7b652502.tar.xz wireguard-openbsd-69cef1ca5f7157e919697206bccc818c7b652502.zip |
Make example "rdr pass" not just "rdr"; OK beck@
-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 4484cbdffcb..bea7010b5c6 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.38 2004/01/22 16:10:30 beck Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.39 2004/02/24 20:39:30 millert Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -195,7 +195,7 @@ A typical way to do this would be to use a rule such as .Bd -literal -offset 2n int_if = xl0 -rdr on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021 +rdr pass on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021 .Ed .Pp .Xr inetd 8 |