diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/relayd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/relayd.conf b/etc/relayd.conf index f6f1c57d79c..c70e08d4275 100644 --- a/etc/relayd.conf +++ b/etc/relayd.conf @@ -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 |