diff options
author | 2007-11-25 20:02:02 +0000 | |
---|---|---|
committer | 2007-11-25 20:02:02 +0000 | |
commit | 19f7f53b08b9fd78182ea3ef13495ee173f8ee02 (patch) | |
tree | f0bb65513d93dc30a4c315b8752c4e823b2eecff | |
parent | in addition to IPv4/6 addresses, canonicalize the hostname for "url", (diff) | |
download | wireguard-openbsd-19f7f53b08b9fd78182ea3ef13495ee173f8ee02.tar.xz wireguard-openbsd-19f7f53b08b9fd78182ea3ef13495ee173f8ee02.zip |
"canonicalized hostname" instead of just "hostname" for the url action
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 7 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index 1074eaf0dbf..ae3397d3f77 100644 --- a/usr.sbin/hoststated/hoststated.conf.5 +++ b/usr.sbin/hoststated/hoststated.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hoststated.conf.5,v 1.67 2007/11/24 19:00:44 jmc Exp $ +.\" $OpenBSD: hoststated.conf.5,v 1.68 2007/11/25 20:02:02 reyk Exp $ .\" .\" Copyright (c) 2006, 2007 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: November 24 2007 $ +.Dd $Mdocdate: November 25 2007 $ .Dt HOSTSTATED.CONF 5 .Os .Sh NAME @@ -574,7 +574,8 @@ request query expect "bar" from "foo" .Ed .It Ic url Look up the entity as a URL suffix/prefix expression consisting of a -hostname without port or suffix and a path name or prefix when using the +canonicalized hostname without port or suffix and a path name or +prefix when using the .Ic http protocol. This type is only available with the direction diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index d9054b4ae7e..90b2d09115a 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.67 2007/11/24 19:00:44 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.68 2007/11/25 20:02:02 reyk Exp $ .\" .\" Copyright (c) 2006, 2007 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: November 24 2007 $ +.Dd $Mdocdate: November 25 2007 $ .Dt HOSTSTATED.CONF 5 .Os .Sh NAME @@ -574,7 +574,8 @@ request query expect "bar" from "foo" .Ed .It Ic url Look up the entity as a URL suffix/prefix expression consisting of a -hostname without port or suffix and a path name or prefix when using the +canonicalized hostname without port or suffix and a path name or +prefix when using the .Ic http protocol. This type is only available with the direction |