diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-12-23 13:18:24 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-12-23 13:18:24 +0000 |
commit | 942764cac42d968894189610b320aabb2e7454a6 (patch) | |
tree | c3da0ef694c8f8c9b5b35f3448ac59963fd5babd /usr.sbin/relayd/relayd.conf.5 | |
parent | 29320b795568993ee37ced46d3bd6d93c87d31e4 (diff) |
pf now supports source-hash and random with tables so we can allow it
in redirections. Thanks for help and input from jsg and yasuoka who
reminded me to dig out and update these old diffs for pf and relayd.
ok jsg@
Diffstat (limited to 'usr.sbin/relayd/relayd.conf.5')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 5670aa55759..5065dfe90cd 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.155 2014/12/18 21:26:09 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.156 2014/12/23 13:18:23 reyk 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 18 2014 $ +.Dd $Mdocdate: December 23 2014 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -413,7 +413,7 @@ the source IP address of the client, and the IP address and port of the relay. This mode is only supported by relays. .It Ic mode random Distributes the outgoing connections randomly through all active hosts. -This mode is only supported by relays. +This mode is supported by redirections and relays. .It Ic mode roundrobin Distributes the outgoing connections using a round-robin scheduler through all active hosts. @@ -423,7 +423,7 @@ This mode is supported by redirections and relays. Balances the outgoing connections across the active hosts based on the .Ar key and the source IP address of the client. -This mode is only supported by relays. +This mode is supported by redirections and relays. .El .Pp The optional |