From aab73ff6cdb884a9086cfd5b98d4531853e3926d Mon Sep 17 00:00:00 2001 From: benno Date: Sat, 24 Oct 2015 11:37:17 +0000 Subject: [PATCH] clarify where "with tls" can be used. ok jmc@ --- usr.sbin/relayd/relayd.conf.5 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 14d40d45335..bdb6cd31e59 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.165 2015/08/10 20:45:35 sthen Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.166 2015/10/24 11:37:17 benno Exp $ .\" .\" Copyright (c) 2006 - 2015 Reyk Floeter .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 10 2015 $ +.Dd $Mdocdate: October 24 2015 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -636,6 +636,9 @@ This directive can be specified multiple times \(en subsequent entries will be used as the backup table if all hosts in the previous table are down. At least one entry for the main table is mandatory. +As above, use the +.Ic with tls +directive to enable client-side TLS mode when connecting to the remote host. .It Xo .Ic forward to .Ic destination @@ -650,6 +653,9 @@ If an additional .Ic forward to directive to a specified address or table is present, it will be used as a backup if the lookup failed. +As above, use the +.Ic with tls +directive to enable client-side TLS mode when connecting to the remote host. .It Xo .Ic forward to .Ic nat lookup -- 2.20.1