diff options
author | 2014-12-26 22:55:02 +0000 | |
---|---|---|
committer | 2014-12-26 22:55:02 +0000 | |
commit | 7fe012443576782d3016e4978c978ded67096e73 (patch) | |
tree | 59db954b401ed2537bacd4226ef8033955c1b32e | |
parent | the kvm.db is now kmem owned. noticed by Steven Roberts (diff) | |
download | wireguard-openbsd-7fe012443576782d3016e4978c978ded67096e73.tar.xz wireguard-openbsd-7fe012443576782d3016e4978c978ded67096e73.zip |
Document forward to in protocols.
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 5065dfe90cd..52e00831f7d 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.156 2014/12/23 13:18:23 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.157 2014/12/26 22:55:02 benno Exp $ .\" .\" Copyright (c) 2006 - 2014 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -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: December 23 2014 $ +.Dd $Mdocdate: December 26 2014 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -1112,6 +1112,14 @@ the tag will be replaced if the connection is already tagged. .It Ic tagged Ar string Match the connection if it is already tagged with a given tag by a previous rule. +.It Ic forward to Aq Ar table +Forward the request to a server in the specified table. +With this option, requests can be passed to specific backend servers. +A corresponding +.Ic forward to +decleration in the +.Sx RELAYS +section is required. .El .Pp The following parameters are available when using the |