diff options
author | 2011-04-07 14:57:45 +0000 | |
---|---|---|
committer | 2011-04-07 14:57:45 +0000 | |
commit | 29d8fd5ce9102aee1ce26bba987196cadf7aa24a (patch) | |
tree | 5fa4552cc63937496ec76dbda3707557c1e501dd | |
parent | Avoid using an uninitialized variable when downgrading PIO mode too much on (diff) | |
download | wireguard-openbsd-29d8fd5ce9102aee1ce26bba987196cadf7aa24a.tar.xz wireguard-openbsd-29d8fd5ce9102aee1ce26bba987196cadf7aa24a.zip |
tweak previous;
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index f18db20514b..d23ad1e2015 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.117 2011/04/07 13:22:29 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.118 2011/04/07 14:57:45 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -599,7 +599,7 @@ At least one entry for the main table is mandatory. .Ic destination .Ar options ... .Xc -When redirecting connections with an divert-to rule in +When redirecting connections with a divert-to rule in .Xr pf.conf 5 to a relay listening on localhost, this directive will look up the real destination address of the intended target host, |