diff options
author | 2002-03-27 08:56:07 +0000 | |
---|---|---|
committer | 2002-03-27 08:56:07 +0000 | |
commit | d0d72694ac78d3f6f82a07d199a00434ad2a6dc5 (patch) | |
tree | 647061bf34f3ac149ed2258f09693d7d3dcb1e0e /libexec/ftp-proxy | |
parent | Avoid using bus_space_map2() on the rom (was too lazy to deal with endian =), (diff) | |
download | wireguard-openbsd-d0d72694ac78d3f6f82a07d199a00434ad2a6dc5.tar.xz wireguard-openbsd-d0d72694ac78d3f6f82a07d199a00434ad2a6dc5.zip |
We need ftp-proxy only on loopback.
todd@, beck@ ok
Diffstat (limited to 'libexec/ftp-proxy')
-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 e8426d6b4ca..97c90734de8 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.14 2002/02/01 06:19:19 itojun Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.15 2002/03/27 08:56:07 mpech Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -163,7 +163,7 @@ must then be configured to run .Nm ftp-proxy on the port from above using .Pp -8081 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy +127.0.0.1:8081 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy .Pp in .Xr inetd.conf 5 . |