aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/33/squid.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2014-04-01 15:58:23 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2014-04-01 15:58:23 -0300
commit5eee1edfd52d58653d0589cce0effa7646c370fe (patch)
treea0c26c0f5225b4a9cb594f94a592c1ac3a69cb8d /config/squid3/33/squid.xml
parent58d8dd6d9b72e78ee163fd09945c252624d0496d (diff)
downloadpfsense-packages-5eee1edfd52d58653d0589cce0effa7646c370fe.tar.gz
pfsense-packages-5eee1edfd52d58653d0589cce0effa7646c370fe.tar.bz2
pfsense-packages-5eee1edfd52d58653d0589cce0effa7646c370fe.zip
squid3-dev - improve captive portal and custom options acls
Diffstat (limited to 'config/squid3/33/squid.xml')
-rw-r--r--config/squid3/33/squid.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/config/squid3/33/squid.xml b/config/squid3/33/squid.xml
index ef5a9c94..1cbf2338 100644
--- a/config/squid3/33/squid.xml
+++ b/config/squid3/33/squid.xml
@@ -528,9 +528,19 @@
<rows>5</rows>
</field>
<field>
- <fielddescr>Custom Options</fielddescr>
+ <fielddescr>Custom ACLS (Before_Auth)</fielddescr>
<fieldname>custom_options_squid3</fieldname>
- <description><![CDATA[Put your own custom options here,one per line. They'll be added to the configuration.<br>
+ <description><![CDATA[Put your own custom options here,one per line. They'll be added to the configuration before authetication acls(if any).<br>
+ <strong>They need to be squid.conf native options, otherwise squid will NOT work.</strong>]]></description>
+ <type>textarea</type>
+ <encoding>base64</encoding>
+ <cols>78</cols>
+ <rows>10</rows>
+ </field>
+ <field>
+ <fielddescr>Custom ACLS (After_Auth)</fielddescr>
+ <fieldname>custom_options2_squid3</fieldname>
+ <description><![CDATA[Put your own custom options here,one per line. They'll be added to the configuration after authetication definition(if any).<br>
<strong>They need to be squid.conf native options, otherwise squid will NOT work.</strong>]]></description>
<type>textarea</type>
<encoding>base64</encoding>