X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.filter;h=2aa9eb4aafcd76042a7f531555830d48ffa86bbc;hp=9815feac948905196e7a8b98639ac7d1e8d7aa36;hb=28efbd44fca2f28d83fc4570a6dec07d386adde9;hpb=afac6cca62fd37496b45e002c6c18da532e001ef 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.