diff options
author | 2016-09-19 12:52:14 +0000 | |
---|---|---|
committer | 2016-09-19 12:52:14 +0000 | |
commit | 8bf962c084d75cbc61d0df7b9bfaeb7436404934 (patch) | |
tree | ac2a60ed642b3d9f4158d466291105d4242d96fe /usr.sbin/tftp-proxy/tftp-proxy.8 | |
parent | gmtime_r() should return NULL on failure, not the struct tm * result (diff) | |
download | wireguard-openbsd-8bf962c084d75cbc61d0df7b9bfaeb7436404934.tar.xz wireguard-openbsd-8bf962c084d75cbc61d0df7b9bfaeb7436404934.zip |
the pf.conf sample should refer to group _tftp_proxy, not proxy;
from joel knight
Diffstat (limited to 'usr.sbin/tftp-proxy/tftp-proxy.8')
-rw-r--r-- | usr.sbin/tftp-proxy/tftp-proxy.8 | 6 |
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 4656098d65f..9541d4eecfb 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.6 2015/12/01 07:32:20 deraadt Exp $ +.\" $OpenBSD: tftp-proxy.8,v 1.7 2016/09/19 12:52:14 jmc 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: December 1 2015 $ +.Dd $Mdocdate: September 19 2016 $ .Dt TFTP-PROXY 8 .Os .Sh NAME @@ -127,7 +127,7 @@ anchor "tftp-proxy/*" pass in quick on $int_if inet proto udp from $lan to port tftp \e divert-to 127.0.0.1 port 6969 pass out quick on $ext_if inet proto udp from $lan to port tftp \e - group proxy divert-reply + group _tftp_proxy divert-reply .Ed .Sh SEE ALSO .Xr tftp 1 , |