diff --git a/src/etc/hoststated.conf b/src/etc/hoststated.conf index 42918fea..c6a251db 100644 --- a/src/etc/hoststated.conf +++ b/src/etc/hoststated.conf @@ -1,4 +1,4 @@ -# $OpenBSD: hoststated.conf,v 1.2 2007/02/13 10:16:05 pyr Exp $ +# $OpenBSD: hoststated.conf,v 1.3 2007/02/26 13:04:34 pyr Exp $ # # Macros # @@ -31,7 +31,7 @@ table fallback { # Services will be mapped to a rdr rule. # service www { - virtual ip 192.168.1.1 port http interface trunk0 + virtual host 192.168.1.1 port http interface trunk0 # tag every packet that goes thru the rdr rule with HOSTSTATED tag HOSTSTATED diff --git a/src/etc/relayd.conf b/src/etc/relayd.conf index 320603b6..52eb13b9 100644 --- a/src/etc/relayd.conf +++ b/src/etc/relayd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: relayd.conf,v 1.2 2007/02/13 10:16:05 pyr Exp $ +# $OpenBSD: relayd.conf,v 1.3 2007/02/26 13:04:34 pyr Exp $ # # Macros # @@ -31,7 +31,7 @@ table fallback { # Services will be mapped to a rdr rule. # service www { - virtual ip 192.168.1.1 port http interface trunk0 + virtual host 192.168.1.1 port http interface trunk0 # tag every packet that goes thru the rdr rule with HOSTSTATED tag HOSTSTATED