aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid/squid.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-21 19:30:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-21 19:30:31 +0000
commit014c1fd18a094cd1dfcab2584c944de5682469d5 (patch)
treefa81090d1959027625bb42010990ca1642e2b8bc /packages/squid/squid.xml
parent77225d8fd5b31e9dbde9577db4ce7aa4640d131d (diff)
downloadpfsense-packages-014c1fd18a094cd1dfcab2584c944de5682469d5.tar.gz
pfsense-packages-014c1fd18a094cd1dfcab2584c944de5682469d5.tar.bz2
pfsense-packages-014c1fd18a094cd1dfcab2584c944de5682469d5.zip
Various fixes from Martin Fuchs: * There's an issue with squid: it only accepts one interface, wven when selected more than one. * A second issue ist hat squid forwards the internal ip which is nor wanted by everyone
Diffstat (limited to 'packages/squid/squid.xml')
-rw-r--r--packages/squid/squid.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/squid/squid.xml b/packages/squid/squid.xml
index 8b5845cc..ee5c4924 100644
--- a/packages/squid/squid.xml
+++ b/packages/squid/squid.xml
@@ -179,6 +179,12 @@
<default_value>English</default_value>
<type>select</type>
</field>
+ <field>
+ <fielddescr>Disable X-Forward</fielddescr>
+ <fieldname>disable_xforward</fieldname>
+ <description>If not set, Squid will include your system's IP address or name in the HTTP requests it forwards. By default it looks like this: X-Forwarded-For: 192.1.2.3. If you enable this, it will appear as X-Forwarded-For: unknown</description>
+ <type>checkbox</type>
+ </field>
</fields>
<custom_add_php_command>
squid_resync();