From 3b76b57d0ff326795a52b48322a91ba43dc13df0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 25 May 2016 10:51:41 +0000 Subject: [PATCH] Add client-header-tagger 'listen-address' --- default.filter | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/default.filter b/default.filter index 9815feac..2aa9eb4a 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.92 2014/10/17 14:45:10 fabiankeil Exp $ +# $Id: default.filter,v 1.93 2016/05/25 10:50:55 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -813,6 +813,16 @@ CLIENT-HEADER-TAGGER: client-ip-address Tags the request with the client's IP ad s@^\w*\s+.*\s+HTTP/\d\.\d\s*@IP-ADDRESS: $origin@D +################################################################################# +# +# listen-address: Tags the request with the listen-address on which the request +# came in. +# +################################################################################# +CLIENT-HEADER-TAGGER: listen-address Tags the request with the listen-address on which the request came in. + +s@^\w*\s+.*\s+HTTP/\d\.\d\s*@LISTEN-ADDRESS: $listen-address@D + ################################################################################# # # http-method: Tags the request with its HTTP method. -- 2.39.2