X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.filter;h=fd5c12ec3e713057222916653b22f7fbf644f2f7;hp=9815feac948905196e7a8b98639ac7d1e8d7aa36;hb=dd8f4e7e72e131b57d4ca4334273281513a0f060;hpb=afac6cca62fd37496b45e002c6c18da532e001ef;ds=sidebyside diff --git a/default.filter b/default.filter index 9815feac..fd5c12ec 100644 --- a/default.filter +++ b/default.filter @@ -2,12 +2,12 @@ # # 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.94 2016/05/25 10:51:41 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # # Copyright : Written by and Copyright (C) 2001-2014 the -# Privoxy team. http://www.privoxy.org/ +# Privoxy team. https://www.privoxy.org/ # # This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General @@ -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.