diff options
author | 2018-04-20 16:21:32 +0000 | |
---|---|---|
committer | 2018-04-20 16:21:32 +0000 | |
commit | 4b7feeac2199423c93d86f4ccf9563cc5850e75b (patch) | |
tree | bf026e2474c151f566d0e88c2b4694d10efc76dd | |
parent | oops, snapshot tests not ready yet (diff) | |
download | wireguard-openbsd-4b7feeac2199423c93d86f4ccf9563cc5850e75b.tar.xz wireguard-openbsd-4b7feeac2199423c93d86f4ccf9563cc5850e75b.zip |
adjust the example to make it work;
from matt schwartz
ok claudio
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 61ad3d47c94..a5eb8fc9400 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.183 2018/04/18 12:10:54 claudio Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.184 2018/04/20 16:21:32 jmc Exp $ .\" .\" Copyright (c) 2006 - 2016 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: April 18 2018 $ +.Dd $Mdocdate: April 20 2018 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -1484,7 +1484,6 @@ http protocol "https" { match header set "Keep-Alive" value "$TIMEOUT" match query hash "sessid" - match hash "sessid" pass block path "/cgi-bin/index.cgi" value "*command=*" |