[squid-users] Hacking X-Forwarded-For

2006-05-16 Thread David Neudorfer
I want to customize the X-Forwarded-For header. Building Squid from the source files go to line 962 in /src/http.c you will see /* append X-Forwarded-For */ strFwd = httpHeaderGetList(hdr_in, HDR_X_FORWARDED_FOR); strListAdd(strFwd, (((orig_request-client_addr.s_addr != no_addr.s_addr)

Re: [squid-users] Hacking X-Forwarded-For

2006-05-16 Thread Michael Loftis
--On May 16, 2006 2:30:29 PM -0700 David Neudorfer [EMAIL PROTECTED] wrote: I want to customize the X-Forwarded-For header. Building Squid from the source files go to line 962 in /src/http.c you will see /* append X-Forwarded-For */ strFwd = httpHeaderGetList(hdr_in,