mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
081fcab4f4
- Backport several patches from OpenBSD 4.7 and newer - Fix build with FreeBSD 7 (arc4random.c) - Fix user and group creation in pkginstall - Add reload command to startup file - Enable optional static build with libevent - Take maintainership PR: ports/147122 Approved by: kuriyama (private e-mail)
12 lines
569 B
Plaintext
12 lines
569 B
Plaintext
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. When availability is con-
|
|
firmed, Layer 3 and/or layer 7 forwarding services are set up by relayd.
|
|
|
|
Layer 3 redirection happens at the packet level; to configure it, relayd
|
|
communicates with pf(4).
|
|
|
|
WWW: http://spootnik.org/relayd/
|