summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2013-12-19 17:42:36 +0000
committerflorian <florian@openbsd.org>2013-12-19 17:42:36 +0000
commit1afffc2cf4c00e968c7b34e68a6378d9e285fed5 (patch)
tree8e33625d861694f8f24eccede4d40f04842ca304 /usr.sbin/tftp-proxy
parentpseudo-code corrections from Solar Designer <solar@openwall.com> (diff)
downloadwireguard-openbsd-1afffc2cf4c00e968c7b34e68a6378d9e285fed5.tar.xz
wireguard-openbsd-1afffc2cf4c00e968c7b34e68a6378d9e285fed5.zip
By default, tftp-proxy listens on localhost addresses.
Ok benno@ Input / Ok jmc@
Diffstat (limited to 'usr.sbin/tftp-proxy')
-rw-r--r--usr.sbin/tftp-proxy/tftp-proxy.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tftp-proxy/tftp-proxy.8 b/usr.sbin/tftp-proxy/tftp-proxy.8
index f0dc9a4c419..03d77b593f3 100644
--- a/usr.sbin/tftp-proxy/tftp-proxy.8
+++ b/usr.sbin/tftp-proxy/tftp-proxy.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tftp-proxy.8,v 1.2 2012/10/06 07:12:11 jmc Exp $
+.\" $OpenBSD: tftp-proxy.8,v 1.3 2013/12/19 17:42:36 florian Exp $
.\"
.\" Copyright (c) 2005 joshua stein <jcs@openbsd.org>
.\"
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 6 2012 $
+.Dd $Mdocdate: December 19 2013 $
.Dt TFTP-PROXY 8
.Os
.Sh NAME
@@ -86,7 +86,7 @@ the client IP, type of request, and filename to stderr.
Listen on the specified address.
By default
.Nm
-listens on wildcard addresses.
+listens on localhost addresses.
.It Fl p Ar port
Listen on the specified port.
By default