diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-01 18:30:12 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-01 18:30:12 +0200 |
commit | 6fb1d579ee14eb39724b3c4650d5d4dba3e84220 (patch) | |
tree | 6b005b0916fef15dc4ed7aa6fd610e706d2a9cbf /config | |
parent | 0c05b01aedbe30bb17766d00e2cd221c5a208cff (diff) | |
download | pfsense-packages-6fb1d579ee14eb39724b3c4650d5d4dba3e84220.tar.gz pfsense-packages-6fb1d579ee14eb39724b3c4650d5d4dba3e84220.tar.bz2 pfsense-packages-6fb1d579ee14eb39724b3c4650d5d4dba3e84220.zip |
Implement a generic setting to enable/disable Squid services
Desperately needed, currently getting rid of configured and running Squid is impossible without uninstalling.
Diffstat (limited to 'config')
-rw-r--r-- | config/squid3/34/squid.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/squid3/34/squid.xml b/config/squid3/34/squid.xml index 1bc5fd3b..0f99b8cb 100644 --- a/config/squid3/34/squid.xml +++ b/config/squid3/34/squid.xml @@ -237,6 +237,17 @@ <type>listtopic</type> </field> <field> + <fielddescr>Enable Squid Proxy</fielddescr> + <fieldname>enable_squid</fieldname> + <description> + <![CDATA[ + Check to enable the Squid proxy.<br/> + Note: If unchecked, <strong>all</strong> Squid services will be disabled and stopped.<br/> + ]]> + </description> + <type>checkbox</type> + </field> + <field> <fielddescr>Keep Settings/Data</fielddescr> <fieldname>keep_squid_data</fieldname> <description> |