Browse Source

hoststated gets renamed to relayd. easier to type, and actually says

what the daemon does - it is a relayer that pays attention to the status
of pools of hosts; not a status checkers that happens to do some relaying
OPENBSD_4_3
reyk 16 years ago
parent
commit
24a7a5fbb7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/relayd.conf

+ 3
- 3
src/etc/relayd.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: relayd.conf,v 1.9 2007/11/28 15:16:18 reyk Exp $
# $OpenBSD: relayd.conf,v 1.10 2007/12/07 17:17:00 reyk Exp $
#
# Macros
#
@ -36,8 +36,8 @@ table fallback {
service www {
virtual host $ext_addr port http interface trunk0
# tag every packet that goes thru the rdr rule with HOSTSTATED
tag HOSTSTATED
# tag every packet that goes thru the rdr rule with RELAYD
tag RELAYD
table webhosts
backup table fallback


Loading…
Cancel
Save