diff options
author | 2013-12-23 13:07:47 +0000 | |
---|---|---|
committer | 2013-12-23 13:07:47 +0000 | |
commit | a4dc3638d0876a1fa426f30e8f3bee6673c25425 (patch) | |
tree | 043574383668e7f58510e10086e484b22060e9f4 /usr.sbin/tftp-proxy/tftp-proxy.8 | |
parent | Implement -a option in tftp-proxy to make it work on a NAT gateway. (diff) | |
download | wireguard-openbsd-a4dc3638d0876a1fa426f30e8f3bee6673c25425.tar.xz wireguard-openbsd-a4dc3638d0876a1fa426f30e8f3bee6673c25425.zip |
Make it possible to give -a multiple times on the command line.
Initial diff by camield, tweaked by me.
ok dlg, benno, camield
manpage input/ok jmc
Diffstat (limited to 'usr.sbin/tftp-proxy/tftp-proxy.8')
-rw-r--r-- | usr.sbin/tftp-proxy/tftp-proxy.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/tftp-proxy/tftp-proxy.8 b/usr.sbin/tftp-proxy/tftp-proxy.8 index 9cbda74b888..5fc83c289c5 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.4 2013/12/23 13:06:53 florian Exp $ +.\" $OpenBSD: tftp-proxy.8,v 1.5 2013/12/23 13:07:47 florian Exp $ .\" .\" Copyright (c) 2005 joshua stein <jcs@openbsd.org> .\" @@ -87,6 +87,9 @@ Instead of a rule an .Dq rdr rule will be generated. +It is possible to have two +.Fl a +options to specify both an IPv4 and an IPv6 address. .It Fl d Do not daemonize. If this option is specified, |