-/* $OpenBSD: relay.c,v 1.100 2008/08/08 20:34:30 reyk Exp $ */
+/* $OpenBSD: relay.c,v 1.101 2008/08/08 22:49:33 reyk Exp $ */
/*
* Copyright (c) 2006, 2007, 2008 Reyk Floeter <reyk@openbsd.org>
"$SERVER_PORT", ibuf) != 0)
return (NULL);
}
+ if (strstr(val, "$SERVER_NAME") != NULL) {
+ if (expand_string(buf, len,
+ "$SERVER_NAME", RELAYD_SERVERNAME) != 0)
+ return (NULL);
+ }
}
if (strstr(val, "$TIMEOUT") != NULL) {
snprintf(ibuf, sizeof(ibuf), "%lu", rlay->rl_conf.timeout.tv_sec);
-.\" $OpenBSD: relayd.conf.5,v 1.92 2008/07/25 12:29:33 jmc Exp $
+.\" $OpenBSD: relayd.conf.5,v 1.93 2008/08/08 22:49:33 reyk Exp $
.\"
.\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org>
.\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 25 2008 $
+.Dd $Mdocdate: August 8 2008 $
.Dt RELAYD.CONF 5
.Os
.Sh NAME
The configured IP address of the relay.
.It Ic $SERVER_PORT
The configured TCP server port of the relay.
+.It Ic $SERVER_NAME
+The server software name of
+.Xr relayd 8 .
.It Ic $TIMEOUT
The configured session timeout of the relay.
.El