diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-01-21 05:38:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-01-21 05:38:26 +0800 |
commit | 4cfc31d40cf1acd116210493e8b2c506bb43a192 (patch) | |
tree | 395afb95d6337539e0c0f11dc1f4564588ea0ba6 /net/Makefile | |
parent | d35a56fe543e9e8ccf96325d417b9e4d3eb486e6 (diff) | |
download | freebsd-ports-gnome-4cfc31d40cf1acd116210493e8b2c506bb43a192.tar.gz freebsd-ports-gnome-4cfc31d40cf1acd116210493e8b2c506bb43a192.tar.zst freebsd-ports-gnome-4cfc31d40cf1acd116210493e8b2c506bb43a192.zip |
OpenBSD's Relay Daemon (previously known as hoststated).
relayd is a daemon to relay and dynamically redirect incoming
connections to a target host. Its main purposes are to run as a
load-balancer, application layer gateway, or transparent proxy. The
daemon is able to monitor groups of hosts for availability, which is
determined by checking for a specific service common to a host group.
WWW: http://spootnik.org/relayd/
# This port will work on $OSVERSION >= 700049.
# If you want to use on RELENG_6, apply a patch in
# http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 257a48847d85..5272ceca1b7d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -753,6 +753,7 @@ SUBDIR += recvnet SUBDIR += redir SUBDIR += relay + SUBDIR += relayd SUBDIR += remotedesk SUBDIR += repeater SUBDIR += rexx-sock |