From 5bf67414fb8f34516189c97fb1b8f65b28756871 Mon Sep 17 00:00:00 2001 From: Cino Date: Fri, 16 Jan 2015 10:23:59 -0500 Subject: add new X-Forward Mode options --- config/squid3/34/squid.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'config/squid3') diff --git a/config/squid3/34/squid.xml b/config/squid3/34/squid.xml index 9bd31d5f..8103ce2c 100644 --- a/config/squid3/34/squid.xml +++ b/config/squid3/34/squid.xml @@ -485,10 +485,18 @@ en - Disable X-Forward - disable_xforward - If not set, Squid will include your system's IP address or name in the HTTP requests it forwards. - checkbox + X-Forward Mode + xforward_mode + <p><b> on:</b> Squid will append your client's IP address in the HTTP requests it forwards. (Default)<p> By default it looks like: X-Forwarded-For: 192.1.2.3 <p> <b> off:</b> It will appear as: X-Forwarded-For: unknown<p> <b> transparent:</b> Squid will not alter the X-Forwarded-For header in any way.<p> <b> delete:</b> Squid will delete the entire X-Forwarded-For header.<p> <b> truncate:</b> Squid will remove all existing X-Forwarded-For entries, and place the client IP as the sole entry. + select + on + + + + + + + Disable VIA -- cgit v1.2.3